Shades of Christalle #2B0E59
Tints of Christalle #2B0E59
RGB
CMYK
RGB Variations
Color information
#2B0E59 (or 0x2B0E59) is known color: Christalle. HEX triplet: 2B, 0E and 59. RGB value is (43,14,89). Sum of RGB (Red+Green+Blue) = 43+14+89=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B0E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0E59 is #D4F1A6. Grayscale: #1E1E1E. Windows color (decimal): -13955495 or 5836331. OLE color: 5836331.
HSL color Cylindrical-coordinate representation of color #2B0E59: hue angle of 263.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B0E59 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 14 | 89 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.65 |
| HSL | 263.2º | 0.73% | 0.2% | - |
| HSV(B) | 263.2º | 0.84% | 0.35% | - |
| XYZ | 2.96 | 1.55 | 9.59 | - |
| YUV | 31.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 14 | 89 | 0.52 | 0.84 | 0 | 0.65 | 263.2 | 0.73 | 0.2 |
| Hex | 2B | E | 59 | 34 | 54 | 0 | 41 | 107 | 49 | 14 |
| Octal | 53 | 16 | 131 | 64 | 124 | 0 | 101 | 407 | 111 | 24 |
| Binary | 101011 | 1110 | 1011001 | 110100 | 1010100 | 0 | 1000001 | 100000111 | 1001001 | 10100 |
Color Harmonies of #2B0E59
Complementary color
Monochromatic Colors of #2B0E59
Black with #2B0E59
Text Example
Text Example
White with #2B0E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0E59; }
p { color: rgb(43,14,89); }
H1.HeaderClassName
{
color: #2B0E59;
}
.AnyTagClassName
{
color: #2B0E59;
}
</style>
background-color css
<style>
a { background-color: #2B0E59; }
a { background-color: rgb(43,14,89); }
div.DivClassName
{
background-color: #2B0E59;
}
.BgClassName
{
background-color: #2B0E59;
}
</style>
border-color css
<style>
span { border-color: #2B0E59; }
span { border-color: rgb(43,14,89); }
td.TdClassName
{
border-color: #2B0E59;
}
.TagClassName
{
border-color: #2B0E59;
}
</style>