Shades of Christalle #40085E
Tints of Christalle #40085E
RGB
CMYK
RGB Variations
Color information
#40085E (or 0x40085E) is known color: Christalle. HEX triplet: 40, 08 and 5E. RGB value is (64,8,94). Sum of RGB (Red+Green+Blue) = 64+8+94=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #40085E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40085E is #BFF7A1. Grayscale: #222222. Windows color (decimal): -12580770 or 6162496. OLE color: 6162496.
HSL color Cylindrical-coordinate representation of color #40085E: hue angle of 279.07º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40085E is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 8 | 94 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.63 |
| HSL | 279.07º | 0.84% | 0.2% | - |
| HSV(B) | 279.07º | 0.91% | 0.37% | - |
| XYZ | 4.22 | 2.07 | 10.77 | - |
| YUV | 34.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 94 | 0.32 | 0.91 | 0 | 0.63 | 279.07 | 0.84 | 0.2 |
| Hex | 40 | 8 | 5E | 20 | 5B | 0 | 3F | 117 | 54 | 14 |
| Octal | 100 | 10 | 136 | 40 | 133 | 0 | 77 | 427 | 124 | 24 |
| Binary | 1000000 | 1000 | 1011110 | 100000 | 1011011 | 0 | 111111 | 100010111 | 1010100 | 10100 |
Color Harmonies of #40085E
Complementary color
Monochromatic Colors of #40085E
Black with #40085E
Text Example
Text Example
White with #40085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40085E; }
p { color: rgb(64,8,94); }
H1.HeaderClassName
{
color: #40085E;
}
.AnyTagClassName
{
color: #40085E;
}
</style>
background-color css
<style>
a { background-color: #40085E; }
a { background-color: rgb(64,8,94); }
div.DivClassName
{
background-color: #40085E;
}
.BgClassName
{
background-color: #40085E;
}
</style>
border-color css
<style>
span { border-color: #40085E; }
span { border-color: rgb(64,8,94); }
td.TdClassName
{
border-color: #40085E;
}
.TagClassName
{
border-color: #40085E;
}
</style>