Shades of Christalle #24095E
Tints of Christalle #24095E
RGB
CMYK
RGB Variations
Color information
#24095E (or 0x24095E) is known color: Christalle. HEX triplet: 24, 09 and 5E. RGB value is (36,9,94). Sum of RGB (Red+Green+Blue) = 36+9+94=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #24095E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24095E is #DBF6A1. Grayscale: #1A1A1A. Windows color (decimal): -14415522 or 6162724. OLE color: 6162724.
HSL color Cylindrical-coordinate representation of color #24095E: hue angle of 259.06º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24095E is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 9 | 94 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.63 |
| HSL | 259.06º | 0.83% | 0.2% | - |
| HSV(B) | 259.06º | 0.9% | 0.37% | - |
| XYZ | 2.85 | 1.38 | 10.71 | - |
| YUV | 26.76 | 165.95 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 94 | 0.62 | 0.90 | 0 | 0.63 | 259.06 | 0.83 | 0.2 |
| Hex | 24 | 9 | 5E | 3E | 5A | 0 | 3F | 103 | 53 | 14 |
| Octal | 44 | 11 | 136 | 76 | 132 | 0 | 77 | 403 | 123 | 24 |
| Binary | 100100 | 1001 | 1011110 | 111110 | 1011010 | 0 | 111111 | 100000011 | 1010011 | 10100 |
Color Harmonies of #24095E
Complementary color
Monochromatic Colors of #24095E
Black with #24095E
Text Example
Text Example
White with #24095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24095E; }
p { color: rgb(36,9,94); }
H1.HeaderClassName
{
color: #24095E;
}
.AnyTagClassName
{
color: #24095E;
}
</style>
background-color css
<style>
a { background-color: #24095E; }
a { background-color: rgb(36,9,94); }
div.DivClassName
{
background-color: #24095E;
}
.BgClassName
{
background-color: #24095E;
}
</style>
border-color css
<style>
span { border-color: #24095E; }
span { border-color: rgb(36,9,94); }
td.TdClassName
{
border-color: #24095E;
}
.TagClassName
{
border-color: #24095E;
}
</style>