Shades of Christalle #42196D
Tints of Christalle #42196D
RGB
CMYK
RGB Variations
Color information
#42196D (or 0x42196D) is known color: Christalle. HEX triplet: 42, 19 and 6D. RGB value is (66,25,109). Sum of RGB (Red+Green+Blue) = 66+25+109=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #42196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42196D is #BDE692. Grayscale: #2E2E2E. Windows color (decimal): -12445331 or 7149890. OLE color: 7149890.
HSL color Cylindrical-coordinate representation of color #42196D: hue angle of 269.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42196D is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 25 | 109 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.57 |
| HSL | 269.29º | 0.63% | 0.26% | - |
| HSV(B) | 269.29º | 0.77% | 0.43% | - |
| XYZ | 5.35 | 2.96 | 14.76 | - |
| YUV | 46.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 109 | 0.39 | 0.77 | 0 | 0.57 | 269.29 | 0.63 | 0.26 |
| Hex | 42 | 19 | 6D | 27 | 4D | 0 | 39 | 10D | 3F | 1A |
| Octal | 102 | 31 | 155 | 47 | 115 | 0 | 71 | 415 | 77 | 32 |
| Binary | 1000010 | 11001 | 1101101 | 100111 | 1001101 | 0 | 111001 | 100001101 | 111111 | 11010 |
Color Harmonies of #42196D
Complementary color
Monochromatic Colors of #42196D
Black with #42196D
Text Example
Text Example
White with #42196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42196D; }
p { color: rgb(66,25,109); }
H1.HeaderClassName
{
color: #42196D;
}
.AnyTagClassName
{
color: #42196D;
}
</style>
background-color css
<style>
a { background-color: #42196D; }
a { background-color: rgb(66,25,109); }
div.DivClassName
{
background-color: #42196D;
}
.BgClassName
{
background-color: #42196D;
}
</style>
border-color css
<style>
span { border-color: #42196D; }
span { border-color: rgb(66,25,109); }
td.TdClassName
{
border-color: #42196D;
}
.TagClassName
{
border-color: #42196D;
}
</style>