Shades of Christalle #2D165D
Tints of Christalle #2D165D
RGB
CMYK
RGB Variations
Color information
#2D165D (or 0x2D165D) is known color: Christalle. HEX triplet: 2D, 16 and 5D. RGB value is (45,22,93). Sum of RGB (Red+Green+Blue) = 45+22+93=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D165D is #D2E9A2. Grayscale: #242424. Windows color (decimal): -13822371 or 6100525. OLE color: 6100525.
HSL color Cylindrical-coordinate representation of color #2D165D: hue angle of 259.44º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D165D is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 22 | 93 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.64 |
| HSL | 259.44º | 0.62% | 0.23% | - |
| HSV(B) | 259.44º | 0.76% | 0.36% | - |
| XYZ | 3.34 | 1.92 | 10.55 | - |
| YUV | 36.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 93 | 0.52 | 0.76 | 0 | 0.64 | 259.44 | 0.62 | 0.23 |
| Hex | 2D | 16 | 5D | 34 | 4C | 0 | 40 | 103 | 3E | 17 |
| Octal | 55 | 26 | 135 | 64 | 114 | 0 | 100 | 403 | 76 | 27 |
| Binary | 101101 | 10110 | 1011101 | 110100 | 1001100 | 0 | 1000000 | 100000011 | 111110 | 10111 |
Color Harmonies of #2D165D
Complementary color
Monochromatic Colors of #2D165D
Black with #2D165D
Text Example
Text Example
White with #2D165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D165D; }
p { color: rgb(45,22,93); }
H1.HeaderClassName
{
color: #2D165D;
}
.AnyTagClassName
{
color: #2D165D;
}
</style>
background-color css
<style>
a { background-color: #2D165D; }
a { background-color: rgb(45,22,93); }
div.DivClassName
{
background-color: #2D165D;
}
.BgClassName
{
background-color: #2D165D;
}
</style>
border-color css
<style>
span { border-color: #2D165D; }
span { border-color: rgb(45,22,93); }
td.TdClassName
{
border-color: #2D165D;
}
.TagClassName
{
border-color: #2D165D;
}
</style>