Shades of Christalle #421F67
Tints of Christalle #421F67
RGB
CMYK
RGB Variations
Color information
#421F67 (or 0x421F67) is known color: Christalle. HEX triplet: 42, 1F and 67. RGB value is (66,31,103). Sum of RGB (Red+Green+Blue) = 66+31+103=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #421F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F67 is #BDE098. Grayscale: #313131. Windows color (decimal): -12443801 or 6758210. OLE color: 6758210.
HSL color Cylindrical-coordinate representation of color #421F67: hue angle of 269.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421F67 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 31 | 103 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.60 |
| HSL | 269.17º | 0.54% | 0.26% | - |
| HSV(B) | 269.17º | 0.7% | 0.4% | - |
| XYZ | 5.18 | 3.12 | 13.16 | - |
| YUV | 49.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 103 | 0.36 | 0.70 | 0 | 0.60 | 269.17 | 0.54 | 0.26 |
| Hex | 42 | 1F | 67 | 24 | 46 | 0 | 3C | 10D | 36 | 1A |
| Octal | 102 | 37 | 147 | 44 | 106 | 0 | 74 | 415 | 66 | 32 |
| Binary | 1000010 | 11111 | 1100111 | 100100 | 1000110 | 0 | 111100 | 100001101 | 110110 | 11010 |
Color Harmonies of #421F67
Complementary color
Monochromatic Colors of #421F67
Black with #421F67
Text Example
Text Example
White with #421F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F67; }
p { color: rgb(66,31,103); }
H1.HeaderClassName
{
color: #421F67;
}
.AnyTagClassName
{
color: #421F67;
}
</style>
background-color css
<style>
a { background-color: #421F67; }
a { background-color: rgb(66,31,103); }
div.DivClassName
{
background-color: #421F67;
}
.BgClassName
{
background-color: #421F67;
}
</style>
border-color css
<style>
span { border-color: #421F67; }
span { border-color: rgb(66,31,103); }
td.TdClassName
{
border-color: #421F67;
}
.TagClassName
{
border-color: #421F67;
}
</style>