Shades of Christalle #2D185F
Tints of Christalle #2D185F
RGB
CMYK
RGB Variations
Color information
#2D185F (or 0x2D185F) is known color: Christalle. HEX triplet: 2D, 18 and 5F. RGB value is (45,24,95). Sum of RGB (Red+Green+Blue) = 45+24+95=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D185F is #D2E7A0. Grayscale: #262626. Windows color (decimal): -13821857 or 6232109. OLE color: 6232109.
HSL color Cylindrical-coordinate representation of color #2D185F: hue angle of 257.75º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D185F is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 24 | 95 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.63 |
| HSL | 257.75º | 0.6% | 0.23% | - |
| HSV(B) | 257.75º | 0.75% | 0.37% | - |
| XYZ | 3.47 | 2.04 | 11.04 | - |
| YUV | 38.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 95 | 0.53 | 0.75 | 0 | 0.63 | 257.75 | 0.6 | 0.23 |
| Hex | 2D | 18 | 5F | 35 | 4B | 0 | 3F | 102 | 3C | 17 |
| Octal | 55 | 30 | 137 | 65 | 113 | 0 | 77 | 402 | 74 | 27 |
| Binary | 101101 | 11000 | 1011111 | 110101 | 1001011 | 0 | 111111 | 100000010 | 111100 | 10111 |
Color Harmonies of #2D185F
Complementary color
Monochromatic Colors of #2D185F
Black with #2D185F
Text Example
Text Example
White with #2D185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D185F; }
p { color: rgb(45,24,95); }
H1.HeaderClassName
{
color: #2D185F;
}
.AnyTagClassName
{
color: #2D185F;
}
</style>
background-color css
<style>
a { background-color: #2D185F; }
a { background-color: rgb(45,24,95); }
div.DivClassName
{
background-color: #2D185F;
}
.BgClassName
{
background-color: #2D185F;
}
</style>
border-color css
<style>
span { border-color: #2D185F; }
span { border-color: rgb(45,24,95); }
td.TdClassName
{
border-color: #2D185F;
}
.TagClassName
{
border-color: #2D185F;
}
</style>