Shades of Christalle #2B1259
Tints of Christalle #2B1259
RGB
CMYK
RGB Variations
Color information
#2B1259 (or 0x2B1259) is known color: Christalle. HEX triplet: 2B, 12 and 59. RGB value is (43,18,89). Sum of RGB (Red+Green+Blue) = 43+18+89=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B1259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1259 is #D4EDA6. Grayscale: #212121. Windows color (decimal): -13954471 or 5837355. OLE color: 5837355.
HSL color Cylindrical-coordinate representation of color #2B1259: hue angle of 261.13º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B1259 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 18 | 89 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.65 |
| HSL | 261.13º | 0.66% | 0.21% | - |
| HSV(B) | 261.13º | 0.8% | 0.35% | - |
| XYZ | 3.02 | 1.67 | 9.61 | - |
| YUV | 33.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 89 | 0.52 | 0.80 | 0 | 0.65 | 261.13 | 0.66 | 0.21 |
| Hex | 2B | 12 | 59 | 34 | 50 | 0 | 41 | 105 | 42 | 15 |
| Octal | 53 | 22 | 131 | 64 | 120 | 0 | 101 | 405 | 102 | 25 |
| Binary | 101011 | 10010 | 1011001 | 110100 | 1010000 | 0 | 1000001 | 100000101 | 1000010 | 10101 |
Color Harmonies of #2B1259
Complementary color
Monochromatic Colors of #2B1259
Black with #2B1259
Text Example
Text Example
White with #2B1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1259; }
p { color: rgb(43,18,89); }
H1.HeaderClassName
{
color: #2B1259;
}
.AnyTagClassName
{
color: #2B1259;
}
</style>
background-color css
<style>
a { background-color: #2B1259; }
a { background-color: rgb(43,18,89); }
div.DivClassName
{
background-color: #2B1259;
}
.BgClassName
{
background-color: #2B1259;
}
</style>
border-color css
<style>
span { border-color: #2B1259; }
span { border-color: rgb(43,18,89); }
td.TdClassName
{
border-color: #2B1259;
}
.TagClassName
{
border-color: #2B1259;
}
</style>