Shades of Christalle #40075F
Tints of Christalle #40075F
RGB
CMYK
RGB Variations
Color information
#40075F (or 0x40075F) is known color: Christalle. HEX triplet: 40, 07 and 5F. RGB value is (64,7,95). Sum of RGB (Red+Green+Blue) = 64+7+95=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #40075F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40075F is #BFF8A0. Grayscale: #212121. Windows color (decimal): -12581025 or 6227776. OLE color: 6227776.
HSL color Cylindrical-coordinate representation of color #40075F: hue angle of 278.86º 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 #40075F is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 7 | 95 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.63 |
| HSL | 278.86º | 0.86% | 0.2% | - |
| HSV(B) | 278.86º | 0.93% | 0.37% | - |
| XYZ | 4.26 | 2.07 | 11 | - |
| YUV | 34.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 95 | 0.33 | 0.93 | 0 | 0.63 | 278.86 | 0.86 | 0.2 |
| Hex | 40 | 7 | 5F | 21 | 5D | 0 | 3F | 117 | 56 | 14 |
| Octal | 100 | 7 | 137 | 41 | 135 | 0 | 77 | 427 | 126 | 24 |
| Binary | 1000000 | 111 | 1011111 | 100001 | 1011101 | 0 | 111111 | 100010111 | 1010110 | 10100 |
Color Harmonies of #40075F
Complementary color
Monochromatic Colors of #40075F
Black with #40075F
Text Example
Text Example
White with #40075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40075F; }
p { color: rgb(64,7,95); }
H1.HeaderClassName
{
color: #40075F;
}
.AnyTagClassName
{
color: #40075F;
}
</style>
background-color css
<style>
a { background-color: #40075F; }
a { background-color: rgb(64,7,95); }
div.DivClassName
{
background-color: #40075F;
}
.BgClassName
{
background-color: #40075F;
}
</style>
border-color css
<style>
span { border-color: #40075F; }
span { border-color: rgb(64,7,95); }
td.TdClassName
{
border-color: #40075F;
}
.TagClassName
{
border-color: #40075F;
}
</style>