Shades of Christalle #422A60
Tints of Christalle #422A60
RGB
CMYK
RGB Variations
Color information
#422A60 (or 0x422A60) is known color: Christalle. HEX triplet: 42, 2A and 60. RGB value is (66,42,96). Sum of RGB (Red+Green+Blue) = 66+42+96=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #422A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422A60 is #BDD59F. Grayscale: #373737. Windows color (decimal): -12440992 or 6302274. OLE color: 6302274.
HSL color Cylindrical-coordinate representation of color #422A60: hue angle of 266.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #422A60 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 42 | 96 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.62 |
| HSL | 266.67º | 0.39% | 0.27% | - |
| HSV(B) | 266.67º | 0.56% | 0.38% | - |
| XYZ | 5.19 | 3.66 | 11.5 | - |
| YUV | 55.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 96 | 0.31 | 0.56 | 0 | 0.62 | 266.67 | 0.39 | 0.27 |
| Hex | 42 | 2A | 60 | 1F | 38 | 0 | 3E | 10B | 27 | 1B |
| Octal | 102 | 52 | 140 | 37 | 70 | 0 | 76 | 413 | 47 | 33 |
| Binary | 1000010 | 101010 | 1100000 | 11111 | 111000 | 0 | 111110 | 100001011 | 100111 | 11011 |
Color Harmonies of #422A60
Complementary color
Monochromatic Colors of #422A60
Black with #422A60
Text Example
Text Example
White with #422A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A60; }
p { color: rgb(66,42,96); }
H1.HeaderClassName
{
color: #422A60;
}
.AnyTagClassName
{
color: #422A60;
}
</style>
background-color css
<style>
a { background-color: #422A60; }
a { background-color: rgb(66,42,96); }
div.DivClassName
{
background-color: #422A60;
}
.BgClassName
{
background-color: #422A60;
}
</style>
border-color css
<style>
span { border-color: #422A60; }
span { border-color: rgb(66,42,96); }
td.TdClassName
{
border-color: #422A60;
}
.TagClassName
{
border-color: #422A60;
}
</style>