Shades of Christalle #421A68
Tints of Christalle #421A68
RGB
CMYK
RGB Variations
Color information
#421A68 (or 0x421A68) is known color: Christalle. HEX triplet: 42, 1A and 68. RGB value is (66,26,104). Sum of RGB (Red+Green+Blue) = 66+26+104=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #421A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A68 is #BDE597. Grayscale: #2E2E2E. Windows color (decimal): -12445080 or 6822466. OLE color: 6822466.
HSL color Cylindrical-coordinate representation of color #421A68: hue angle of 270.77º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421A68 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 26 | 104 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.59 |
| HSL | 270.77º | 0.6% | 0.25% | - |
| HSV(B) | 270.77º | 0.75% | 0.41% | - |
| XYZ | 5.11 | 2.9 | 13.39 | - |
| YUV | 46.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 104 | 0.37 | 0.75 | 0 | 0.59 | 270.77 | 0.6 | 0.25 |
| Hex | 42 | 1A | 68 | 25 | 4B | 0 | 3B | 10F | 3C | 19 |
| Octal | 102 | 32 | 150 | 45 | 113 | 0 | 73 | 417 | 74 | 31 |
| Binary | 1000010 | 11010 | 1101000 | 100101 | 1001011 | 0 | 111011 | 100001111 | 111100 | 11001 |
Color Harmonies of #421A68
Complementary color
Monochromatic Colors of #421A68
Black with #421A68
Text Example
Text Example
White with #421A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A68; }
p { color: rgb(66,26,104); }
H1.HeaderClassName
{
color: #421A68;
}
.AnyTagClassName
{
color: #421A68;
}
</style>
background-color css
<style>
a { background-color: #421A68; }
a { background-color: rgb(66,26,104); }
div.DivClassName
{
background-color: #421A68;
}
.BgClassName
{
background-color: #421A68;
}
</style>
border-color css
<style>
span { border-color: #421A68; }
span { border-color: rgb(66,26,104); }
td.TdClassName
{
border-color: #421A68;
}
.TagClassName
{
border-color: #421A68;
}
</style>