Shades of Christalle #421A6E
Tints of Christalle #421A6E
RGB
CMYK
RGB Variations
Color information
#421A6E (or 0x421A6E) is known color: Christalle. HEX triplet: 42, 1A and 6E. RGB value is (66,26,110). Sum of RGB (Red+Green+Blue) = 66+26+110=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #421A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A6E is #BDE591. Grayscale: #2F2F2F. Windows color (decimal): -12445074 or 7215682. OLE color: 7215682.
HSL color Cylindrical-coordinate representation of color #421A6E: hue angle of 268.57º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421A6E is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 26 | 110 | - |
| CMYK | 0.4 | 0.76 | 0 | 0.57 |
| HSL | 268.57º | 0.62% | 0.27% | - |
| HSV(B) | 268.57º | 0.76% | 0.43% | - |
| XYZ | 5.43 | 3.02 | 15.05 | - |
| YUV | 47.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 110 | 0.4 | 0.76 | 0 | 0.57 | 268.57 | 0.62 | 0.27 |
| Hex | 42 | 1A | 6E | 28 | 4C | 0 | 39 | 10D | 3E | 1B |
| Octal | 102 | 32 | 156 | 50 | 114 | 0 | 71 | 415 | 76 | 33 |
| Binary | 1000010 | 11010 | 1101110 | 101000 | 1001100 | 0 | 111001 | 100001101 | 111110 | 11011 |
Color Harmonies of #421A6E
Complementary color
Monochromatic Colors of #421A6E
Black with #421A6E
Text Example
Text Example
White with #421A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A6E; }
p { color: rgb(66,26,110); }
H1.HeaderClassName
{
color: #421A6E;
}
.AnyTagClassName
{
color: #421A6E;
}
</style>
background-color css
<style>
a { background-color: #421A6E; }
a { background-color: rgb(66,26,110); }
div.DivClassName
{
background-color: #421A6E;
}
.BgClassName
{
background-color: #421A6E;
}
</style>
border-color css
<style>
span { border-color: #421A6E; }
span { border-color: rgb(66,26,110); }
td.TdClassName
{
border-color: #421A6E;
}
.TagClassName
{
border-color: #421A6E;
}
</style>