Color: #2B1FFC
#2B1FFC Color Information
#2B1FFC is a dark color. The closest websafe version is #2B1FFC. A complement of this color would be #F0FC1D, perceived brightness is 0.23, and the grayscale version is #8E8E8E.
In the HSL color space, this color has a hue angle of 243°,a saturation of 97%, and a lightness of 55%.The HSV representation shows a hue of 243°, a saturation of 88%, and a value of 99%.
In a RGB color space, #2B1FFC is composed of 17% red, 12% green and 99% blue. Whereas in a CMYK color space, it is composed of 83% cyan, 88% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 7.42, x: 0.1675, and y: 0.0801.
Color Code #2B1FFC
Shades of Color #2B1FFC
Shades are created by darkening the original color #2B1FFC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #2B1FFC
Tints are created by lightening the original color #2B1FFC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #2B1FFC Color Code
In the HSL color space, this color has a hue angle of 243°, a saturation of 97%, and a lightness of 55%. The HSV representation shows a hue of 243°, a saturation of 88%, and a value of 99%.
- HEX: #2B1FFC
- RGB: rgb(43, 31, 252)
- HSL: hsl(243, 97%, 55%)
- HSV: hsv(243, 88%, 99%)
- CMYK: 83.00% cyan, 88.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 15.51, 7.42, 69.69
- Yxy: 7.42, 0.1675, 0.0801
- Hunter Lab: 32.75, 61.81, -105.00
- CIE-Lab: 32.75, 61.81, -105.00
In the XYZ color space, this color is represented as X: 15.51, Y: 7.42, Z: 69.69. The Yxy representation further refines this as Y: 7.42, x: 0.1675, and y: 0.0801.
In the Hunter Lab color space, this color is represented as L: 32.75, a: 61.81, and b: -105.00. Similarly, in the CIE-Lab color space, it is represented as L: 32.75, a: 61.81, and b: -105.00.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #2B1FFC
Triadic colors are three colors evenly spaced around the color wheel, including #2B1FFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #2B1FFC
Split complementary colors are two colors adjacent to the complementary color of #2B1FFC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #2B1FFC
Monochromatic colors are variations of #2B1FFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #2B1FFC
The complementary color of #2B1FFC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #2B1FFC
/* Using HEX */ body { background-color: #2b1ffc; }
/* Using RGB */ body { background-color: rgb(43, 31, 252); }
/* Using RGB with opacity */ body { background-color: rgba(43, 31, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(243, 97%, 55%); }
/* Text color */ p { color: #2b1ffc; }
/* Box shadow */ div { box-shadow: 4px 4px #2b1ffc; }
/* Border color */ .box { border: 4px solid #2b1ffc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #2b1ffc; }
/* Background with text */ div { background: #2b1ffc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #2B1FFC
<!-- Using HEX --> <div style="background-color: #2b1ffc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(43, 31, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(43, 31, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(243, 97%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #2b1ffc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #2b1ffc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #2b1ffc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #2b1ffc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #2b1ffc; color: #fff; padding: 16px; border-radius: 8px;"> #2B1FFC </div>
Related Colors of #2B1FFC
These colors are similar to #2B1FFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.