Shades of Christalle #2D1159
Tints of Christalle #2D1159
RGB
CMYK
RGB Variations
Color information
#2D1159 (or 0x2D1159) is known color: Christalle. HEX triplet: 2D, 11 and 59. RGB value is (45,17,89). Sum of RGB (Red+Green+Blue) = 45+17+89=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D1159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1159 is #D2EEA6. Grayscale: #212121. Windows color (decimal): -13823655 or 5837101. OLE color: 5837101.
HSL color Cylindrical-coordinate representation of color #2D1159: hue angle of 263.33º 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 #2D1159 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 17 | 89 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.65 |
| HSL | 263.33º | 0.68% | 0.21% | - |
| HSV(B) | 263.33º | 0.81% | 0.35% | - |
| XYZ | 3.09 | 1.68 | 9.61 | - |
| YUV | 33.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 89 | 0.49 | 0.81 | 0 | 0.65 | 263.33 | 0.68 | 0.21 |
| Hex | 2D | 11 | 59 | 31 | 51 | 0 | 41 | 107 | 44 | 15 |
| Octal | 55 | 21 | 131 | 61 | 121 | 0 | 101 | 407 | 104 | 25 |
| Binary | 101101 | 10001 | 1011001 | 110001 | 1010001 | 0 | 1000001 | 100000111 | 1000100 | 10101 |
Color Harmonies of #2D1159
Complementary color
Monochromatic Colors of #2D1159
Black with #2D1159
Text Example
Text Example
White with #2D1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1159; }
p { color: rgb(45,17,89); }
H1.HeaderClassName
{
color: #2D1159;
}
.AnyTagClassName
{
color: #2D1159;
}
</style>
background-color css
<style>
a { background-color: #2D1159; }
a { background-color: rgb(45,17,89); }
div.DivClassName
{
background-color: #2D1159;
}
.BgClassName
{
background-color: #2D1159;
}
</style>
border-color css
<style>
span { border-color: #2D1159; }
span { border-color: rgb(45,17,89); }
td.TdClassName
{
border-color: #2D1159;
}
.TagClassName
{
border-color: #2D1159;
}
</style>