Shades of Christalle #40176B
Tints of Christalle #40176B
RGB
CMYK
RGB Variations
Color information
#40176B (or 0x40176B) is known color: Christalle. HEX triplet: 40, 17 and 6B. RGB value is (64,23,107). Sum of RGB (Red+Green+Blue) = 64+23+107=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #40176B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40176B is #BFE894. Grayscale: #2C2C2C. Windows color (decimal): -12576917 or 7018304. OLE color: 7018304.
HSL color Cylindrical-coordinate representation of color #40176B: hue angle of 269.29º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40176B is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 23 | 107 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.58 |
| HSL | 269.29º | 0.65% | 0.25% | - |
| HSV(B) | 269.29º | 0.79% | 0.42% | - |
| XYZ | 5.07 | 2.76 | 14.18 | - |
| YUV | 44.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 107 | 0.40 | 0.79 | 0 | 0.58 | 269.29 | 0.65 | 0.25 |
| Hex | 40 | 17 | 6B | 28 | 4F | 0 | 3A | 10D | 41 | 19 |
| Octal | 100 | 27 | 153 | 50 | 117 | 0 | 72 | 415 | 101 | 31 |
| Binary | 1000000 | 10111 | 1101011 | 101000 | 1001111 | 0 | 111010 | 100001101 | 1000001 | 11001 |
Color Harmonies of #40176B
Complementary color
Monochromatic Colors of #40176B
Black with #40176B
Text Example
Text Example
White with #40176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40176B; }
p { color: rgb(64,23,107); }
H1.HeaderClassName
{
color: #40176B;
}
.AnyTagClassName
{
color: #40176B;
}
</style>
background-color css
<style>
a { background-color: #40176B; }
a { background-color: rgb(64,23,107); }
div.DivClassName
{
background-color: #40176B;
}
.BgClassName
{
background-color: #40176B;
}
</style>
border-color css
<style>
span { border-color: #40176B; }
span { border-color: rgb(64,23,107); }
td.TdClassName
{
border-color: #40176B;
}
.TagClassName
{
border-color: #40176B;
}
</style>