Shades of Christalle #421F68
Tints of Christalle #421F68
RGB
CMYK
RGB Variations
Color information
#421F68 (or 0x421F68) is known color: Christalle. HEX triplet: 42, 1F and 68. RGB value is (66,31,104). Sum of RGB (Red+Green+Blue) = 66+31+104=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #421F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F68 is #BDE097. Grayscale: #313131. Windows color (decimal): -12443800 or 6823746. OLE color: 6823746.
HSL color Cylindrical-coordinate representation of color #421F68: hue angle of 268.77º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421F68 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 31 | 104 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.59 |
| HSL | 268.77º | 0.54% | 0.26% | - |
| HSV(B) | 268.77º | 0.7% | 0.41% | - |
| XYZ | 5.24 | 3.14 | 13.43 | - |
| YUV | 49.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 104 | 0.37 | 0.70 | 0 | 0.59 | 268.77 | 0.54 | 0.26 |
| Hex | 42 | 1F | 68 | 25 | 46 | 0 | 3B | 10D | 36 | 1A |
| Octal | 102 | 37 | 150 | 45 | 106 | 0 | 73 | 415 | 66 | 32 |
| Binary | 1000010 | 11111 | 1101000 | 100101 | 1000110 | 0 | 111011 | 100001101 | 110110 | 11010 |
Color Harmonies of #421F68
Complementary color
Monochromatic Colors of #421F68
Black with #421F68
Text Example
Text Example
White with #421F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F68; }
p { color: rgb(66,31,104); }
H1.HeaderClassName
{
color: #421F68;
}
.AnyTagClassName
{
color: #421F68;
}
</style>
background-color css
<style>
a { background-color: #421F68; }
a { background-color: rgb(66,31,104); }
div.DivClassName
{
background-color: #421F68;
}
.BgClassName
{
background-color: #421F68;
}
</style>
border-color css
<style>
span { border-color: #421F68; }
span { border-color: rgb(66,31,104); }
td.TdClassName
{
border-color: #421F68;
}
.TagClassName
{
border-color: #421F68;
}
</style>