Shades of Christalle #2B015B
Tints of Christalle #2B015B
RGB
CMYK
RGB Variations
Color information
#2B015B (or 0x2B015B) is known color: Christalle. HEX triplet: 2B, 01 and 5B. RGB value is (43,1,91). Sum of RGB (Red+Green+Blue) = 43+1+91=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B015B is #D4FEA4. Grayscale: #171717. Windows color (decimal): -13958821 or 5964075. OLE color: 5964075.
HSL color Cylindrical-coordinate representation of color #2B015B: hue angle of 268º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B015B is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 1 | 91 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.64 |
| HSL | 268º | 0.98% | 0.18% | - |
| HSV(B) | 268º | 0.99% | 0.36% | - |
| XYZ | 2.9 | 1.29 | 9.99 | - |
| YUV | 23.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 91 | 0.53 | 0.99 | 0 | 0.64 | 268 | 0.98 | 0.18 |
| Hex | 2B | 1 | 5B | 35 | 63 | 0 | 40 | 10C | 62 | 12 |
| Octal | 53 | 1 | 133 | 65 | 143 | 0 | 100 | 414 | 142 | 22 |
| Binary | 101011 | 1 | 1011011 | 110101 | 1100011 | 0 | 1000000 | 100001100 | 1100010 | 10010 |
Color Harmonies of #2B015B
Complementary color
Monochromatic Colors of #2B015B
Black with #2B015B
Text Example
Text Example
White with #2B015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B015B; }
p { color: rgb(43,1,91); }
H1.HeaderClassName
{
color: #2B015B;
}
.AnyTagClassName
{
color: #2B015B;
}
</style>
background-color css
<style>
a { background-color: #2B015B; }
a { background-color: rgb(43,1,91); }
div.DivClassName
{
background-color: #2B015B;
}
.BgClassName
{
background-color: #2B015B;
}
</style>
border-color css
<style>
span { border-color: #2B015B; }
span { border-color: rgb(43,1,91); }
td.TdClassName
{
border-color: #2B015B;
}
.TagClassName
{
border-color: #2B015B;
}
</style>