Shades of Christalle #40116C
Tints of Christalle #40116C
RGB
CMYK
RGB Variations
Color information
#40116C (or 0x40116C) is known color: Christalle. HEX triplet: 40, 11 and 6C. RGB value is (64,17,108). Sum of RGB (Red+Green+Blue) = 64+17+108=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #40116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40116C is #BFEE93. Grayscale: #292929. Windows color (decimal): -12578452 or 7082304. OLE color: 7082304.
HSL color Cylindrical-coordinate representation of color #40116C: hue angle of 270.99º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40116C is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 17 | 108 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.58 |
| HSL | 270.99º | 0.73% | 0.25% | - |
| HSV(B) | 270.99º | 0.84% | 0.42% | - |
| XYZ | 5.02 | 2.57 | 14.42 | - |
| YUV | 41.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 108 | 0.41 | 0.84 | 0 | 0.58 | 270.99 | 0.73 | 0.25 |
| Hex | 40 | 11 | 6C | 29 | 54 | 0 | 3A | 10F | 49 | 19 |
| Octal | 100 | 21 | 154 | 51 | 124 | 0 | 72 | 417 | 111 | 31 |
| Binary | 1000000 | 10001 | 1101100 | 101001 | 1010100 | 0 | 111010 | 100001111 | 1001001 | 11001 |
Color Harmonies of #40116C
Complementary color
Monochromatic Colors of #40116C
Black with #40116C
Text Example
Text Example
White with #40116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40116C; }
p { color: rgb(64,17,108); }
H1.HeaderClassName
{
color: #40116C;
}
.AnyTagClassName
{
color: #40116C;
}
</style>
background-color css
<style>
a { background-color: #40116C; }
a { background-color: rgb(64,17,108); }
div.DivClassName
{
background-color: #40116C;
}
.BgClassName
{
background-color: #40116C;
}
</style>
border-color css
<style>
span { border-color: #40116C; }
span { border-color: rgb(64,17,108); }
td.TdClassName
{
border-color: #40116C;
}
.TagClassName
{
border-color: #40116C;
}
</style>