Shades of Christalle #40085C
Tints of Christalle #40085C
RGB
CMYK
RGB Variations
Color information
#40085C (or 0x40085C) is known color: Christalle. HEX triplet: 40, 08 and 5C. RGB value is (64,8,92). Sum of RGB (Red+Green+Blue) = 64+8+92=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #40085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40085C is #BFF7A3. Grayscale: #222222. Windows color (decimal): -12580772 or 6031424. OLE color: 6031424.
HSL color Cylindrical-coordinate representation of color #40085C: hue angle of 280º 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 #40085C is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 8 | 92 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.64 |
| HSL | 280º | 0.84% | 0.2% | - |
| HSV(B) | 280º | 0.91% | 0.36% | - |
| XYZ | 4.13 | 2.04 | 10.3 | - |
| YUV | 34.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 92 | 0.30 | 0.91 | 0 | 0.64 | 280 | 0.84 | 0.2 |
| Hex | 40 | 8 | 5C | 1E | 5B | 0 | 40 | 118 | 54 | 14 |
| Octal | 100 | 10 | 134 | 36 | 133 | 0 | 100 | 430 | 124 | 24 |
| Binary | 1000000 | 1000 | 1011100 | 11110 | 1011011 | 0 | 1000000 | 100011000 | 1010100 | 10100 |
Color Harmonies of #40085C
Complementary color
Monochromatic Colors of #40085C
Black with #40085C
Text Example
Text Example
White with #40085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40085C; }
p { color: rgb(64,8,92); }
H1.HeaderClassName
{
color: #40085C;
}
.AnyTagClassName
{
color: #40085C;
}
</style>
background-color css
<style>
a { background-color: #40085C; }
a { background-color: rgb(64,8,92); }
div.DivClassName
{
background-color: #40085C;
}
.BgClassName
{
background-color: #40085C;
}
</style>
border-color css
<style>
span { border-color: #40085C; }
span { border-color: rgb(64,8,92); }
td.TdClassName
{
border-color: #40085C;
}
.TagClassName
{
border-color: #40085C;
}
</style>