Shades of Christalle #421F5E
Tints of Christalle #421F5E
RGB
CMYK
RGB Variations
Color information
#421F5E (or 0x421F5E) is known color: Christalle. HEX triplet: 42, 1F and 5E. RGB value is (66,31,94). Sum of RGB (Red+Green+Blue) = 66+31+94=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #421F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F5E is #BDE0A1. Grayscale: #303030. Windows color (decimal): -12443810 or 6168386. OLE color: 6168386.
HSL color Cylindrical-coordinate representation of color #421F5E: hue angle of 273.33º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421F5E is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 31 | 94 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.63 |
| HSL | 273.33º | 0.5% | 0.25% | - |
| HSV(B) | 273.33º | 0.67% | 0.37% | - |
| XYZ | 4.76 | 2.95 | 10.91 | - |
| YUV | 48.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 94 | 0.30 | 0.67 | 0 | 0.63 | 273.33 | 0.5 | 0.25 |
| Hex | 42 | 1F | 5E | 1E | 43 | 0 | 3F | 111 | 32 | 19 |
| Octal | 102 | 37 | 136 | 36 | 103 | 0 | 77 | 421 | 62 | 31 |
| Binary | 1000010 | 11111 | 1011110 | 11110 | 1000011 | 0 | 111111 | 100010001 | 110010 | 11001 |
Color Harmonies of #421F5E
Complementary color
Monochromatic Colors of #421F5E
Black with #421F5E
Text Example
Text Example
White with #421F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F5E; }
p { color: rgb(66,31,94); }
H1.HeaderClassName
{
color: #421F5E;
}
.AnyTagClassName
{
color: #421F5E;
}
</style>
background-color css
<style>
a { background-color: #421F5E; }
a { background-color: rgb(66,31,94); }
div.DivClassName
{
background-color: #421F5E;
}
.BgClassName
{
background-color: #421F5E;
}
</style>
border-color css
<style>
span { border-color: #421F5E; }
span { border-color: rgb(66,31,94); }
td.TdClassName
{
border-color: #421F5E;
}
.TagClassName
{
border-color: #421F5E;
}
</style>