Shades of Christalle #422B63
Tints of Christalle #422B63
RGB
CMYK
RGB Variations
Color information
#422B63 (or 0x422B63) is known color: Christalle. HEX triplet: 42, 2B and 63. RGB value is (66,43,99). Sum of RGB (Red+Green+Blue) = 66+43+99=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #422B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B63 is #BDD49C. Grayscale: #383838. Windows color (decimal): -12440733 or 6499138. OLE color: 6499138.
HSL color Cylindrical-coordinate representation of color #422B63: hue angle of 264.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422B63 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 43 | 99 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.61 |
| HSL | 264.64º | 0.39% | 0.28% | - |
| HSV(B) | 264.64º | 0.57% | 0.39% | - |
| XYZ | 5.36 | 3.79 | 12.25 | - |
| YUV | 56.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 99 | 0.33 | 0.57 | 0 | 0.61 | 264.64 | 0.39 | 0.28 |
| Hex | 42 | 2B | 63 | 21 | 39 | 0 | 3D | 109 | 27 | 1C |
| Octal | 102 | 53 | 143 | 41 | 71 | 0 | 75 | 411 | 47 | 34 |
| Binary | 1000010 | 101011 | 1100011 | 100001 | 111001 | 0 | 111101 | 100001001 | 100111 | 11100 |
Color Harmonies of #422B63
Complementary color
Monochromatic Colors of #422B63
Black with #422B63
Text Example
Text Example
White with #422B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B63; }
p { color: rgb(66,43,99); }
H1.HeaderClassName
{
color: #422B63;
}
.AnyTagClassName
{
color: #422B63;
}
</style>
background-color css
<style>
a { background-color: #422B63; }
a { background-color: rgb(66,43,99); }
div.DivClassName
{
background-color: #422B63;
}
.BgClassName
{
background-color: #422B63;
}
</style>
border-color css
<style>
span { border-color: #422B63; }
span { border-color: rgb(66,43,99); }
td.TdClassName
{
border-color: #422B63;
}
.TagClassName
{
border-color: #422B63;
}
</style>