Shades of Christalle #422B66
Tints of Christalle #422B66
RGB
CMYK
RGB Variations
Color information
#422B66 (or 0x422B66) is known color: Christalle. HEX triplet: 42, 2B and 66. RGB value is (66,43,102). Sum of RGB (Red+Green+Blue) = 66+43+102=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #422B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B66 is #BDD499. Grayscale: #383838. Windows color (decimal): -12440730 or 6695746. OLE color: 6695746.
HSL color Cylindrical-coordinate representation of color #422B66: hue angle of 263.39º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #422B66 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 43 | 102 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.6 |
| HSL | 263.39º | 0.41% | 0.28% | - |
| HSV(B) | 263.39º | 0.58% | 0.4% | - |
| XYZ | 5.51 | 3.85 | 13.02 | - |
| YUV | 56.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 102 | 0.35 | 0.58 | 0 | 0.6 | 263.39 | 0.41 | 0.28 |
| Hex | 42 | 2B | 66 | 23 | 3A | 0 | 3C | 107 | 29 | 1C |
| Octal | 102 | 53 | 146 | 43 | 72 | 0 | 74 | 407 | 51 | 34 |
| Binary | 1000010 | 101011 | 1100110 | 100011 | 111010 | 0 | 111100 | 100000111 | 101001 | 11100 |
Color Harmonies of #422B66
Complementary color
Monochromatic Colors of #422B66
Black with #422B66
Text Example
Text Example
White with #422B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B66; }
p { color: rgb(66,43,102); }
H1.HeaderClassName
{
color: #422B66;
}
.AnyTagClassName
{
color: #422B66;
}
</style>
background-color css
<style>
a { background-color: #422B66; }
a { background-color: rgb(66,43,102); }
div.DivClassName
{
background-color: #422B66;
}
.BgClassName
{
background-color: #422B66;
}
</style>
border-color css
<style>
span { border-color: #422B66; }
span { border-color: rgb(66,43,102); }
td.TdClassName
{
border-color: #422B66;
}
.TagClassName
{
border-color: #422B66;
}
</style>