Shades of Christalle #42126D
Tints of Christalle #42126D
RGB
CMYK
RGB Variations
Color information
#42126D (or 0x42126D) is known color: Christalle. HEX triplet: 42, 12 and 6D. RGB value is (66,18,109). Sum of RGB (Red+Green+Blue) = 66+18+109=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #42126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42126D is #BDED92. Grayscale: #2A2A2A. Windows color (decimal): -12447123 or 7148098. OLE color: 7148098.
HSL color Cylindrical-coordinate representation of color #42126D: hue angle of 271.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42126D is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 18 | 109 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.57 |
| HSL | 271.65º | 0.72% | 0.25% | - |
| HSV(B) | 271.65º | 0.83% | 0.43% | - |
| XYZ | 5.22 | 2.69 | 14.71 | - |
| YUV | 42.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 109 | 0.39 | 0.83 | 0 | 0.57 | 271.65 | 0.72 | 0.25 |
| Hex | 42 | 12 | 6D | 27 | 53 | 0 | 39 | 110 | 48 | 19 |
| Octal | 102 | 22 | 155 | 47 | 123 | 0 | 71 | 420 | 110 | 31 |
| Binary | 1000010 | 10010 | 1101101 | 100111 | 1010011 | 0 | 111001 | 100010000 | 1001000 | 11001 |
Color Harmonies of #42126D
Complementary color
Monochromatic Colors of #42126D
Black with #42126D
Text Example
Text Example
White with #42126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42126D; }
p { color: rgb(66,18,109); }
H1.HeaderClassName
{
color: #42126D;
}
.AnyTagClassName
{
color: #42126D;
}
</style>
background-color css
<style>
a { background-color: #42126D; }
a { background-color: rgb(66,18,109); }
div.DivClassName
{
background-color: #42126D;
}
.BgClassName
{
background-color: #42126D;
}
</style>
border-color css
<style>
span { border-color: #42126D; }
span { border-color: rgb(66,18,109); }
td.TdClassName
{
border-color: #42126D;
}
.TagClassName
{
border-color: #42126D;
}
</style>