Shades of Christalle #24075C
Tints of Christalle #24075C
RGB
CMYK
RGB Variations
Color information
#24075C (or 0x24075C) is known color: Christalle. HEX triplet: 24, 07 and 5C. RGB value is (36,7,92). Sum of RGB (Red+Green+Blue) = 36+7+92=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #24075C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24075C is #DBF8A3. Grayscale: #191919. Windows color (decimal): -14416036 or 6031140. OLE color: 6031140.
HSL color Cylindrical-coordinate representation of color #24075C: hue angle of 260.47º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24075C is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 7 | 92 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.64 |
| HSL | 260.47º | 0.86% | 0.19% | - |
| HSV(B) | 260.47º | 0.92% | 0.36% | - |
| XYZ | 2.74 | 1.3 | 10.23 | - |
| YUV | 25.36 | 165.61 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 92 | 0.61 | 0.92 | 0 | 0.64 | 260.47 | 0.86 | 0.19 |
| Hex | 24 | 7 | 5C | 3D | 5C | 0 | 40 | 104 | 56 | 13 |
| Octal | 44 | 7 | 134 | 75 | 134 | 0 | 100 | 404 | 126 | 23 |
| Binary | 100100 | 111 | 1011100 | 111101 | 1011100 | 0 | 1000000 | 100000100 | 1010110 | 10011 |
Color Harmonies of #24075C
Complementary color
Monochromatic Colors of #24075C
Black with #24075C
Text Example
Text Example
White with #24075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24075C; }
p { color: rgb(36,7,92); }
H1.HeaderClassName
{
color: #24075C;
}
.AnyTagClassName
{
color: #24075C;
}
</style>
background-color css
<style>
a { background-color: #24075C; }
a { background-color: rgb(36,7,92); }
div.DivClassName
{
background-color: #24075C;
}
.BgClassName
{
background-color: #24075C;
}
</style>
border-color css
<style>
span { border-color: #24075C; }
span { border-color: rgb(36,7,92); }
td.TdClassName
{
border-color: #24075C;
}
.TagClassName
{
border-color: #24075C;
}
</style>