Shades of Christalle #24085D
Tints of Christalle #24085D
RGB
CMYK
RGB Variations
Color information
#24085D (or 0x24085D) is known color: Christalle. HEX triplet: 24, 08 and 5D. RGB value is (36,8,93). Sum of RGB (Red+Green+Blue) = 36+8+93=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #24085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24085D is #DBF7A2. Grayscale: #191919. Windows color (decimal): -14415779 or 6096932. OLE color: 6096932.
HSL color Cylindrical-coordinate representation of color #24085D: hue angle of 259.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #24085D is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 8 | 93 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.64 |
| HSL | 259.76º | 0.84% | 0.2% | - |
| HSV(B) | 259.76º | 0.91% | 0.36% | - |
| XYZ | 2.79 | 1.34 | 10.47 | - |
| YUV | 26.06 | 165.78 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 93 | 0.61 | 0.91 | 0 | 0.64 | 259.76 | 0.84 | 0.2 |
| Hex | 24 | 8 | 5D | 3D | 5B | 0 | 40 | 104 | 54 | 14 |
| Octal | 44 | 10 | 135 | 75 | 133 | 0 | 100 | 404 | 124 | 24 |
| Binary | 100100 | 1000 | 1011101 | 111101 | 1011011 | 0 | 1000000 | 100000100 | 1010100 | 10100 |
Color Harmonies of #24085D
Complementary color
Monochromatic Colors of #24085D
Black with #24085D
Text Example
Text Example
White with #24085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24085D; }
p { color: rgb(36,8,93); }
H1.HeaderClassName
{
color: #24085D;
}
.AnyTagClassName
{
color: #24085D;
}
</style>
background-color css
<style>
a { background-color: #24085D; }
a { background-color: rgb(36,8,93); }
div.DivClassName
{
background-color: #24085D;
}
.BgClassName
{
background-color: #24085D;
}
</style>
border-color css
<style>
span { border-color: #24085D; }
span { border-color: rgb(36,8,93); }
td.TdClassName
{
border-color: #24085D;
}
.TagClassName
{
border-color: #24085D;
}
</style>