Shades of Christalle #40075E
Tints of Christalle #40075E
RGB
CMYK
RGB Variations
Color information
#40075E (or 0x40075E) is known color: Christalle. HEX triplet: 40, 07 and 5E. RGB value is (64,7,94). Sum of RGB (Red+Green+Blue) = 64+7+94=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #40075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40075E is #BFF8A1. Grayscale: #212121. Windows color (decimal): -12581026 or 6162240. OLE color: 6162240.
HSL color Cylindrical-coordinate representation of color #40075E: hue angle of 279.31º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40075E is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 7 | 94 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.63 |
| HSL | 279.31º | 0.86% | 0.2% | - |
| HSV(B) | 279.31º | 0.93% | 0.37% | - |
| XYZ | 4.21 | 2.05 | 10.76 | - |
| YUV | 33.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 94 | 0.32 | 0.93 | 0 | 0.63 | 279.31 | 0.86 | 0.2 |
| Hex | 40 | 7 | 5E | 20 | 5D | 0 | 3F | 117 | 56 | 14 |
| Octal | 100 | 7 | 136 | 40 | 135 | 0 | 77 | 427 | 126 | 24 |
| Binary | 1000000 | 111 | 1011110 | 100000 | 1011101 | 0 | 111111 | 100010111 | 1010110 | 10100 |
Color Harmonies of #40075E
Complementary color
Monochromatic Colors of #40075E
Black with #40075E
Text Example
Text Example
White with #40075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40075E; }
p { color: rgb(64,7,94); }
H1.HeaderClassName
{
color: #40075E;
}
.AnyTagClassName
{
color: #40075E;
}
</style>
background-color css
<style>
a { background-color: #40075E; }
a { background-color: rgb(64,7,94); }
div.DivClassName
{
background-color: #40075E;
}
.BgClassName
{
background-color: #40075E;
}
</style>
border-color css
<style>
span { border-color: #40075E; }
span { border-color: rgb(64,7,94); }
td.TdClassName
{
border-color: #40075E;
}
.TagClassName
{
border-color: #40075E;
}
</style>