Shades of Christalle #421E62
Tints of Christalle #421E62
RGB
CMYK
RGB Variations
Color information
#421E62 (or 0x421E62) is known color: Christalle. HEX triplet: 42, 1E and 62. RGB value is (66,30,98). Sum of RGB (Red+Green+Blue) = 66+30+98=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #421E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E62 is #BDE19D. Grayscale: #303030. Windows color (decimal): -12444062 or 6430274. OLE color: 6430274.
HSL color Cylindrical-coordinate representation of color #421E62: hue angle of 271.76º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #421E62 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 30 | 98 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.62 |
| HSL | 271.76º | 0.53% | 0.25% | - |
| HSV(B) | 271.76º | 0.69% | 0.38% | - |
| XYZ | 4.92 | 2.97 | 11.87 | - |
| YUV | 48.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 98 | 0.33 | 0.69 | 0 | 0.62 | 271.76 | 0.53 | 0.25 |
| Hex | 42 | 1E | 62 | 21 | 45 | 0 | 3E | 110 | 35 | 19 |
| Octal | 102 | 36 | 142 | 41 | 105 | 0 | 76 | 420 | 65 | 31 |
| Binary | 1000010 | 11110 | 1100010 | 100001 | 1000101 | 0 | 111110 | 100010000 | 110101 | 11001 |
Color Harmonies of #421E62
Complementary color
Monochromatic Colors of #421E62
Black with #421E62
Text Example
Text Example
White with #421E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E62; }
p { color: rgb(66,30,98); }
H1.HeaderClassName
{
color: #421E62;
}
.AnyTagClassName
{
color: #421E62;
}
</style>
background-color css
<style>
a { background-color: #421E62; }
a { background-color: rgb(66,30,98); }
div.DivClassName
{
background-color: #421E62;
}
.BgClassName
{
background-color: #421E62;
}
</style>
border-color css
<style>
span { border-color: #421E62; }
span { border-color: rgb(66,30,98); }
td.TdClassName
{
border-color: #421E62;
}
.TagClassName
{
border-color: #421E62;
}
</style>