Shades of Christalle #422B5C
Tints of Christalle #422B5C
RGB
CMYK
RGB Variations
Color information
#422B5C (or 0x422B5C) is known color: Christalle. HEX triplet: 42, 2B and 5C. RGB value is (66,43,92). Sum of RGB (Red+Green+Blue) = 66+43+92=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #422B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B5C is #BDD4A3. Grayscale: #373737. Windows color (decimal): -12440740 or 6040386. OLE color: 6040386.
HSL color Cylindrical-coordinate representation of color #422B5C: hue angle of 268.16º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #422B5C is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 43 | 92 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.64 |
| HSL | 268.16º | 0.36% | 0.26% | - |
| HSV(B) | 268.16º | 0.53% | 0.36% | - |
| XYZ | 5.04 | 3.66 | 10.57 | - |
| YUV | 55.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 92 | 0.28 | 0.53 | 0 | 0.64 | 268.16 | 0.36 | 0.26 |
| Hex | 42 | 2B | 5C | 1C | 35 | 0 | 40 | 10C | 24 | 1A |
| Octal | 102 | 53 | 134 | 34 | 65 | 0 | 100 | 414 | 44 | 32 |
| Binary | 1000010 | 101011 | 1011100 | 11100 | 110101 | 0 | 1000000 | 100001100 | 100100 | 11010 |
Color Harmonies of #422B5C
Complementary color
Monochromatic Colors of #422B5C
Black with #422B5C
Text Example
Text Example
White with #422B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B5C; }
p { color: rgb(66,43,92); }
H1.HeaderClassName
{
color: #422B5C;
}
.AnyTagClassName
{
color: #422B5C;
}
</style>
background-color css
<style>
a { background-color: #422B5C; }
a { background-color: rgb(66,43,92); }
div.DivClassName
{
background-color: #422B5C;
}
.BgClassName
{
background-color: #422B5C;
}
</style>
border-color css
<style>
span { border-color: #422B5C; }
span { border-color: rgb(66,43,92); }
td.TdClassName
{
border-color: #422B5C;
}
.TagClassName
{
border-color: #422B5C;
}
</style>