Shades of Christalle #40196C
Tints of Christalle #40196C
RGB
CMYK
RGB Variations
Color information
#40196C (or 0x40196C) is known color: Christalle. HEX triplet: 40, 19 and 6C. RGB value is (64,25,108). Sum of RGB (Red+Green+Blue) = 64+25+108=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #40196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40196C is #BFE693. Grayscale: #2D2D2D. Windows color (decimal): -12576404 or 7084352. OLE color: 7084352.
HSL color Cylindrical-coordinate representation of color #40196C: hue angle of 268.19º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40196C is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 25 | 108 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.58 |
| HSL | 268.19º | 0.62% | 0.26% | - |
| HSV(B) | 268.19º | 0.77% | 0.42% | - |
| XYZ | 5.17 | 2.87 | 14.47 | - |
| YUV | 46.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 108 | 0.41 | 0.77 | 0 | 0.58 | 268.19 | 0.62 | 0.26 |
| Hex | 40 | 19 | 6C | 29 | 4D | 0 | 3A | 10C | 3E | 1A |
| Octal | 100 | 31 | 154 | 51 | 115 | 0 | 72 | 414 | 76 | 32 |
| Binary | 1000000 | 11001 | 1101100 | 101001 | 1001101 | 0 | 111010 | 100001100 | 111110 | 11010 |
Color Harmonies of #40196C
Complementary color
Monochromatic Colors of #40196C
Black with #40196C
Text Example
Text Example
White with #40196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40196C; }
p { color: rgb(64,25,108); }
H1.HeaderClassName
{
color: #40196C;
}
.AnyTagClassName
{
color: #40196C;
}
</style>
background-color css
<style>
a { background-color: #40196C; }
a { background-color: rgb(64,25,108); }
div.DivClassName
{
background-color: #40196C;
}
.BgClassName
{
background-color: #40196C;
}
</style>
border-color css
<style>
span { border-color: #40196C; }
span { border-color: rgb(64,25,108); }
td.TdClassName
{
border-color: #40196C;
}
.TagClassName
{
border-color: #40196C;
}
</style>