Shades of Christalle #421A6C
Tints of Christalle #421A6C
RGB
CMYK
RGB Variations
Color information
#421A6C (or 0x421A6C) is known color: Christalle. HEX triplet: 42, 1A and 6C. RGB value is (66,26,108). Sum of RGB (Red+Green+Blue) = 66+26+108=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #421A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A6C is #BDE593. Grayscale: #2F2F2F. Windows color (decimal): -12445076 or 7084610. OLE color: 7084610.
HSL color Cylindrical-coordinate representation of color #421A6C: hue angle of 269.27º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421A6C is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 26 | 108 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.58 |
| HSL | 269.27º | 0.61% | 0.26% | - |
| HSV(B) | 269.27º | 0.76% | 0.42% | - |
| XYZ | 5.32 | 2.98 | 14.48 | - |
| YUV | 47.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 108 | 0.39 | 0.76 | 0 | 0.58 | 269.27 | 0.61 | 0.26 |
| Hex | 42 | 1A | 6C | 27 | 4C | 0 | 3A | 10D | 3D | 1A |
| Octal | 102 | 32 | 154 | 47 | 114 | 0 | 72 | 415 | 75 | 32 |
| Binary | 1000010 | 11010 | 1101100 | 100111 | 1001100 | 0 | 111010 | 100001101 | 111101 | 11010 |
Color Harmonies of #421A6C
Complementary color
Monochromatic Colors of #421A6C
Black with #421A6C
Text Example
Text Example
White with #421A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A6C; }
p { color: rgb(66,26,108); }
H1.HeaderClassName
{
color: #421A6C;
}
.AnyTagClassName
{
color: #421A6C;
}
</style>
background-color css
<style>
a { background-color: #421A6C; }
a { background-color: rgb(66,26,108); }
div.DivClassName
{
background-color: #421A6C;
}
.BgClassName
{
background-color: #421A6C;
}
</style>
border-color css
<style>
span { border-color: #421A6C; }
span { border-color: rgb(66,26,108); }
td.TdClassName
{
border-color: #421A6C;
}
.TagClassName
{
border-color: #421A6C;
}
</style>