Shades of Christalle #2B1159
Tints of Christalle #2B1159
RGB
CMYK
RGB Variations
Color information
#2B1159 (or 0x2B1159) is known color: Christalle. HEX triplet: 2B, 11 and 59. RGB value is (43,17,89). Sum of RGB (Red+Green+Blue) = 43+17+89=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1159 is #D4EEA6. Grayscale: #202020. Windows color (decimal): -13954727 or 5837099. OLE color: 5837099.
HSL color Cylindrical-coordinate representation of color #2B1159: hue angle of 261.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B1159 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 17 | 89 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.65 |
| HSL | 261.67º | 0.68% | 0.21% | - |
| HSV(B) | 261.67º | 0.81% | 0.35% | - |
| XYZ | 3 | 1.64 | 9.61 | - |
| YUV | 32.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 89 | 0.52 | 0.81 | 0 | 0.65 | 261.67 | 0.68 | 0.21 |
| Hex | 2B | 11 | 59 | 34 | 51 | 0 | 41 | 106 | 44 | 15 |
| Octal | 53 | 21 | 131 | 64 | 121 | 0 | 101 | 406 | 104 | 25 |
| Binary | 101011 | 10001 | 1011001 | 110100 | 1010001 | 0 | 1000001 | 100000110 | 1000100 | 10101 |
Color Harmonies of #2B1159
Complementary color
Monochromatic Colors of #2B1159
Black with #2B1159
Text Example
Text Example
White with #2B1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1159; }
p { color: rgb(43,17,89); }
H1.HeaderClassName
{
color: #2B1159;
}
.AnyTagClassName
{
color: #2B1159;
}
</style>
background-color css
<style>
a { background-color: #2B1159; }
a { background-color: rgb(43,17,89); }
div.DivClassName
{
background-color: #2B1159;
}
.BgClassName
{
background-color: #2B1159;
}
</style>
border-color css
<style>
span { border-color: #2B1159; }
span { border-color: rgb(43,17,89); }
td.TdClassName
{
border-color: #2B1159;
}
.TagClassName
{
border-color: #2B1159;
}
</style>