Shades of Christalle #422C5D
Tints of Christalle #422C5D
RGB
CMYK
RGB Variations
Color information
#422C5D (or 0x422C5D) is known color: Christalle. HEX triplet: 42, 2C and 5D. RGB value is (66,44,93). Sum of RGB (Red+Green+Blue) = 66+44+93=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #422C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C5D is #BDD3A2. Grayscale: #373737. Windows color (decimal): -12440483 or 6106178. OLE color: 6106178.
HSL color Cylindrical-coordinate representation of color #422C5D: hue angle of 266.94º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #422C5D is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 44 | 93 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.64 |
| HSL | 266.94º | 0.36% | 0.27% | - |
| HSV(B) | 266.94º | 0.53% | 0.36% | - |
| XYZ | 5.12 | 3.75 | 10.81 | - |
| YUV | 56.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 93 | 0.29 | 0.53 | 0 | 0.64 | 266.94 | 0.36 | 0.27 |
| Hex | 42 | 2C | 5D | 1D | 35 | 0 | 40 | 10B | 24 | 1B |
| Octal | 102 | 54 | 135 | 35 | 65 | 0 | 100 | 413 | 44 | 33 |
| Binary | 1000010 | 101100 | 1011101 | 11101 | 110101 | 0 | 1000000 | 100001011 | 100100 | 11011 |
Color Harmonies of #422C5D
Complementary color
Monochromatic Colors of #422C5D
Black with #422C5D
Text Example
Text Example
White with #422C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C5D; }
p { color: rgb(66,44,93); }
H1.HeaderClassName
{
color: #422C5D;
}
.AnyTagClassName
{
color: #422C5D;
}
</style>
background-color css
<style>
a { background-color: #422C5D; }
a { background-color: rgb(66,44,93); }
div.DivClassName
{
background-color: #422C5D;
}
.BgClassName
{
background-color: #422C5D;
}
</style>
border-color css
<style>
span { border-color: #422C5D; }
span { border-color: rgb(66,44,93); }
td.TdClassName
{
border-color: #422C5D;
}
.TagClassName
{
border-color: #422C5D;
}
</style>