Shades of Christalle #422C5E
Tints of Christalle #422C5E
RGB
CMYK
RGB Variations
Color information
#422C5E (or 0x422C5E) is known color: Christalle. HEX triplet: 42, 2C and 5E. RGB value is (66,44,94). Sum of RGB (Red+Green+Blue) = 66+44+94=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #422C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C5E is #BDD3A1. Grayscale: #383838. Windows color (decimal): -12440482 or 6171714. OLE color: 6171714.
HSL color Cylindrical-coordinate representation of color #422C5E: hue angle of 266.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #422C5E is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 44 | 94 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.63 |
| HSL | 266.4º | 0.36% | 0.27% | - |
| HSV(B) | 266.4º | 0.53% | 0.37% | - |
| XYZ | 5.17 | 3.77 | 11.04 | - |
| YUV | 56.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 94 | 0.30 | 0.53 | 0 | 0.63 | 266.4 | 0.36 | 0.27 |
| Hex | 42 | 2C | 5E | 1E | 35 | 0 | 3F | 10A | 24 | 1B |
| Octal | 102 | 54 | 136 | 36 | 65 | 0 | 77 | 412 | 44 | 33 |
| Binary | 1000010 | 101100 | 1011110 | 11110 | 110101 | 0 | 111111 | 100001010 | 100100 | 11011 |
Color Harmonies of #422C5E
Complementary color
Monochromatic Colors of #422C5E
Black with #422C5E
Text Example
Text Example
White with #422C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C5E; }
p { color: rgb(66,44,94); }
H1.HeaderClassName
{
color: #422C5E;
}
.AnyTagClassName
{
color: #422C5E;
}
</style>
background-color css
<style>
a { background-color: #422C5E; }
a { background-color: rgb(66,44,94); }
div.DivClassName
{
background-color: #422C5E;
}
.BgClassName
{
background-color: #422C5E;
}
</style>
border-color css
<style>
span { border-color: #422C5E; }
span { border-color: rgb(66,44,94); }
td.TdClassName
{
border-color: #422C5E;
}
.TagClassName
{
border-color: #422C5E;
}
</style>