Shades of Christalle #40186C
Tints of Christalle #40186C
RGB
CMYK
RGB Variations
Color information
#40186C (or 0x40186C) is known color: Christalle. HEX triplet: 40, 18 and 6C. RGB value is (64,24,108). Sum of RGB (Red+Green+Blue) = 64+24+108=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #40186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40186C is #BFE793. Grayscale: #2D2D2D. Windows color (decimal): -12576660 or 7084096. OLE color: 7084096.
HSL color Cylindrical-coordinate representation of color #40186C: hue angle of 268.57º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40186C is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 24 | 108 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.58 |
| HSL | 268.57º | 0.64% | 0.26% | - |
| HSV(B) | 268.57º | 0.78% | 0.42% | - |
| XYZ | 5.15 | 2.83 | 14.46 | - |
| YUV | 45.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 108 | 0.41 | 0.78 | 0 | 0.58 | 268.57 | 0.64 | 0.26 |
| Hex | 40 | 18 | 6C | 29 | 4E | 0 | 3A | 10D | 40 | 1A |
| Octal | 100 | 30 | 154 | 51 | 116 | 0 | 72 | 415 | 100 | 32 |
| Binary | 1000000 | 11000 | 1101100 | 101001 | 1001110 | 0 | 111010 | 100001101 | 1000000 | 11010 |
Color Harmonies of #40186C
Complementary color
Monochromatic Colors of #40186C
Black with #40186C
Text Example
Text Example
White with #40186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40186C; }
p { color: rgb(64,24,108); }
H1.HeaderClassName
{
color: #40186C;
}
.AnyTagClassName
{
color: #40186C;
}
</style>
background-color css
<style>
a { background-color: #40186C; }
a { background-color: rgb(64,24,108); }
div.DivClassName
{
background-color: #40186C;
}
.BgClassName
{
background-color: #40186C;
}
</style>
border-color css
<style>
span { border-color: #40186C; }
span { border-color: rgb(64,24,108); }
td.TdClassName
{
border-color: #40186C;
}
.TagClassName
{
border-color: #40186C;
}
</style>