Shades of Christalle #42136E
Tints of Christalle #42136E
RGB
CMYK
RGB Variations
Color information
#42136E (or 0x42136E) is known color: Christalle. HEX triplet: 42, 13 and 6E. RGB value is (66,19,110). Sum of RGB (Red+Green+Blue) = 66+19+110=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #42136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42136E is #BDEC91. Grayscale: #2B2B2B. Windows color (decimal): -12446866 or 7213890. OLE color: 7213890.
HSL color Cylindrical-coordinate representation of color #42136E: hue angle of 270.99º degrees, saturation: 0.71, 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 #42136E is Cyan = 0.4, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 19 | 110 | - |
| CMYK | 0.4 | 0.83 | 0 | 0.57 |
| HSL | 270.99º | 0.71% | 0.25% | - |
| HSV(B) | 270.99º | 0.83% | 0.43% | - |
| XYZ | 5.29 | 2.75 | 15 | - |
| YUV | 43.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 110 | 0.4 | 0.83 | 0 | 0.57 | 270.99 | 0.71 | 0.25 |
| Hex | 42 | 13 | 6E | 28 | 53 | 0 | 39 | 10F | 47 | 19 |
| Octal | 102 | 23 | 156 | 50 | 123 | 0 | 71 | 417 | 107 | 31 |
| Binary | 1000010 | 10011 | 1101110 | 101000 | 1010011 | 0 | 111001 | 100001111 | 1000111 | 11001 |
Color Harmonies of #42136E
Complementary color
Monochromatic Colors of #42136E
Black with #42136E
Text Example
Text Example
White with #42136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42136E; }
p { color: rgb(66,19,110); }
H1.HeaderClassName
{
color: #42136E;
}
.AnyTagClassName
{
color: #42136E;
}
</style>
background-color css
<style>
a { background-color: #42136E; }
a { background-color: rgb(66,19,110); }
div.DivClassName
{
background-color: #42136E;
}
.BgClassName
{
background-color: #42136E;
}
</style>
border-color css
<style>
span { border-color: #42136E; }
span { border-color: rgb(66,19,110); }
td.TdClassName
{
border-color: #42136E;
}
.TagClassName
{
border-color: #42136E;
}
</style>