Shades of Christalle #24075D
Tints of Christalle #24075D
RGB
CMYK
RGB Variations
Color information
#24075D (or 0x24075D) is known color: Christalle. HEX triplet: 24, 07 and 5D. RGB value is (36,7,93). Sum of RGB (Red+Green+Blue) = 36+7+93=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #24075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24075D is #DBF8A2. Grayscale: #191919. Windows color (decimal): -14416035 or 6096676. OLE color: 6096676.
HSL color Cylindrical-coordinate representation of color #24075D: hue angle of 260.23º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24075D is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 7 | 93 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.64 |
| HSL | 260.23º | 0.86% | 0.2% | - |
| HSV(B) | 260.23º | 0.92% | 0.36% | - |
| XYZ | 2.78 | 1.32 | 10.46 | - |
| YUV | 25.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 93 | 0.61 | 0.92 | 0 | 0.64 | 260.23 | 0.86 | 0.2 |
| Hex | 24 | 7 | 5D | 3D | 5C | 0 | 40 | 104 | 56 | 14 |
| Octal | 44 | 7 | 135 | 75 | 134 | 0 | 100 | 404 | 126 | 24 |
| Binary | 100100 | 111 | 1011101 | 111101 | 1011100 | 0 | 1000000 | 100000100 | 1010110 | 10100 |
Color Harmonies of #24075D
Complementary color
Monochromatic Colors of #24075D
Black with #24075D
Text Example
Text Example
White with #24075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24075D; }
p { color: rgb(36,7,93); }
H1.HeaderClassName
{
color: #24075D;
}
.AnyTagClassName
{
color: #24075D;
}
</style>
background-color css
<style>
a { background-color: #24075D; }
a { background-color: rgb(36,7,93); }
div.DivClassName
{
background-color: #24075D;
}
.BgClassName
{
background-color: #24075D;
}
</style>
border-color css
<style>
span { border-color: #24075D; }
span { border-color: rgb(36,7,93); }
td.TdClassName
{
border-color: #24075D;
}
.TagClassName
{
border-color: #24075D;
}
</style>