Shades of Christalle #40176F
Tints of Christalle #40176F
RGB
CMYK
RGB Variations
Color information
#40176F (or 0x40176F) is known color: Christalle. HEX triplet: 40, 17 and 6F. RGB value is (64,23,111). Sum of RGB (Red+Green+Blue) = 64+23+111=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #40176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40176F is #BFE890. Grayscale: #2C2C2C. Windows color (decimal): -12576913 or 7280448. OLE color: 7280448.
HSL color Cylindrical-coordinate representation of color #40176F: hue angle of 267.95º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40176F is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 23 | 111 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.56 |
| HSL | 267.95º | 0.66% | 0.26% | - |
| HSV(B) | 267.95º | 0.79% | 0.44% | - |
| XYZ | 5.29 | 2.85 | 15.31 | - |
| YUV | 45.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 111 | 0.42 | 0.79 | 0 | 0.56 | 267.95 | 0.66 | 0.26 |
| Hex | 40 | 17 | 6F | 2A | 4F | 0 | 38 | 10C | 42 | 1A |
| Octal | 100 | 27 | 157 | 52 | 117 | 0 | 70 | 414 | 102 | 32 |
| Binary | 1000000 | 10111 | 1101111 | 101010 | 1001111 | 0 | 111000 | 100001100 | 1000010 | 11010 |
Color Harmonies of #40176F
Complementary color
Monochromatic Colors of #40176F
Black with #40176F
Text Example
Text Example
White with #40176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40176F; }
p { color: rgb(64,23,111); }
H1.HeaderClassName
{
color: #40176F;
}
.AnyTagClassName
{
color: #40176F;
}
</style>
background-color css
<style>
a { background-color: #40176F; }
a { background-color: rgb(64,23,111); }
div.DivClassName
{
background-color: #40176F;
}
.BgClassName
{
background-color: #40176F;
}
</style>
border-color css
<style>
span { border-color: #40176F; }
span { border-color: rgb(64,23,111); }
td.TdClassName
{
border-color: #40176F;
}
.TagClassName
{
border-color: #40176F;
}
</style>