Shades of Christalle #2D165B
Tints of Christalle #2D165B
RGB
CMYK
RGB Variations
Color information
#2D165B (or 0x2D165B) is known color: Christalle. HEX triplet: 2D, 16 and 5B. RGB value is (45,22,91). Sum of RGB (Red+Green+Blue) = 45+22+91=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D165B is #D2E9A4. Grayscale: #242424. Windows color (decimal): -13822373 or 5969453. OLE color: 5969453.
HSL color Cylindrical-coordinate representation of color #2D165B: hue angle of 260º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D165B is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 22 | 91 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.64 |
| HSL | 260º | 0.61% | 0.22% | - |
| HSV(B) | 260º | 0.76% | 0.36% | - |
| XYZ | 3.26 | 1.89 | 10.09 | - |
| YUV | 36.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 91 | 0.51 | 0.76 | 0 | 0.64 | 260 | 0.61 | 0.22 |
| Hex | 2D | 16 | 5B | 33 | 4C | 0 | 40 | 104 | 3D | 16 |
| Octal | 55 | 26 | 133 | 63 | 114 | 0 | 100 | 404 | 75 | 26 |
| Binary | 101101 | 10110 | 1011011 | 110011 | 1001100 | 0 | 1000000 | 100000100 | 111101 | 10110 |
Color Harmonies of #2D165B
Complementary color
Monochromatic Colors of #2D165B
Black with #2D165B
Text Example
Text Example
White with #2D165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D165B; }
p { color: rgb(45,22,91); }
H1.HeaderClassName
{
color: #2D165B;
}
.AnyTagClassName
{
color: #2D165B;
}
</style>
background-color css
<style>
a { background-color: #2D165B; }
a { background-color: rgb(45,22,91); }
div.DivClassName
{
background-color: #2D165B;
}
.BgClassName
{
background-color: #2D165B;
}
</style>
border-color css
<style>
span { border-color: #2D165B; }
span { border-color: rgb(45,22,91); }
td.TdClassName
{
border-color: #2D165B;
}
.TagClassName
{
border-color: #2D165B;
}
</style>