Shades of Christalle #24005B
Tints of Christalle #24005B
RGB
CMYK
RGB Variations
Color information
#24005B (or 0x24005B) is known color: Christalle. HEX triplet: 24, 00 and 5B. RGB value is (36,0,91). Sum of RGB (Red+Green+Blue) = 36+0+91=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #24005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24005B is #DBFFA4. Grayscale: #141414. Windows color (decimal): -14417829 or 5963812. OLE color: 5963812.
HSL color Cylindrical-coordinate representation of color #24005B: hue angle of 263.74º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24005B is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 0 | 91 | - |
| CMYK | 0.60 | 1 | 0 | 0.64 |
| HSL | 263.74º | 1% | 0.18% | - |
| HSV(B) | 263.74º | 1% | 0.36% | - |
| XYZ | 2.62 | 1.13 | 9.98 | - |
| YUV | 21.14 | 167.43 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 91 | 0.60 | 1 | 0 | 0.64 | 263.74 | 1 | 0.18 |
| Hex | 24 | 0 | 5B | 3C | 64 | 0 | 40 | 108 | 64 | 12 |
| Octal | 44 | 0 | 133 | 74 | 144 | 0 | 100 | 410 | 144 | 22 |
| Binary | 100100 | 0 | 1011011 | 111100 | 1100100 | 0 | 1000000 | 100001000 | 1100100 | 10010 |
Color Harmonies of #24005B
Complementary color
Monochromatic Colors of #24005B
Black with #24005B
Text Example
Text Example
White with #24005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24005B; }
p { color: rgb(36,0,91); }
H1.HeaderClassName
{
color: #24005B;
}
.AnyTagClassName
{
color: #24005B;
}
</style>
background-color css
<style>
a { background-color: #24005B; }
a { background-color: rgb(36,0,91); }
div.DivClassName
{
background-color: #24005B;
}
.BgClassName
{
background-color: #24005B;
}
</style>
border-color css
<style>
span { border-color: #24005B; }
span { border-color: rgb(36,0,91); }
td.TdClassName
{
border-color: #24005B;
}
.TagClassName
{
border-color: #24005B;
}
</style>