Shades of Christalle #421B6C
Tints of Christalle #421B6C
RGB
CMYK
RGB Variations
Color information
#421B6C (or 0x421B6C) is known color: Christalle. HEX triplet: 42, 1B and 6C. RGB value is (66,27,108). Sum of RGB (Red+Green+Blue) = 66+27+108=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #421B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B6C is #BDE493. Grayscale: #2F2F2F. Windows color (decimal): -12444820 or 7084866. OLE color: 7084866.
HSL color Cylindrical-coordinate representation of color #421B6C: hue angle of 268.89º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421B6C is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 27 | 108 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.58 |
| HSL | 268.89º | 0.6% | 0.26% | - |
| HSV(B) | 268.89º | 0.75% | 0.42% | - |
| XYZ | 5.35 | 3.02 | 14.49 | - |
| YUV | 47.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 108 | 0.39 | 0.75 | 0 | 0.58 | 268.89 | 0.6 | 0.26 |
| Hex | 42 | 1B | 6C | 27 | 4B | 0 | 3A | 10D | 3C | 1A |
| Octal | 102 | 33 | 154 | 47 | 113 | 0 | 72 | 415 | 74 | 32 |
| Binary | 1000010 | 11011 | 1101100 | 100111 | 1001011 | 0 | 111010 | 100001101 | 111100 | 11010 |
Color Harmonies of #421B6C
Complementary color
Monochromatic Colors of #421B6C
Black with #421B6C
Text Example
Text Example
White with #421B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421B6C; }
p { color: rgb(66,27,108); }
H1.HeaderClassName
{
color: #421B6C;
}
.AnyTagClassName
{
color: #421B6C;
}
</style>
background-color css
<style>
a { background-color: #421B6C; }
a { background-color: rgb(66,27,108); }
div.DivClassName
{
background-color: #421B6C;
}
.BgClassName
{
background-color: #421B6C;
}
</style>
border-color css
<style>
span { border-color: #421B6C; }
span { border-color: rgb(66,27,108); }
td.TdClassName
{
border-color: #421B6C;
}
.TagClassName
{
border-color: #421B6C;
}
</style>