Shades of Han Purple #421CDC
Tints of Han Purple #421CDC
RGB
CMYK
RGB Variations
Color information
#421CDC (or 0x421CDC) is known color: Han Purple. HEX triplet: 42, 1C and DC. RGB value is (66,28,220). Sum of RGB (Red+Green+Blue) = 66+28+220=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #421CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CDC is #BDE323. Grayscale: #3C3C3C. Windows color (decimal): -12444452 or 14425154. OLE color: 14425154.
HSL color Cylindrical-coordinate representation of color #421CDC: hue angle of 251.87º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421CDC is Cyan = 0.7, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 28 | 220 | - |
| CMYK | 0.7 | 0.87 | 0 | 0.14 |
| HSL | 251.88º | 0.77% | 0.49% | - |
| HSV(B) | 251.88º | 0.87% | 0.86% | - |
| XYZ | 15.58 | 7.16 | 68.27 | - |
| YUV | 61.25 | 217.59 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 220 | 0.7 | 0.87 | 0 | 0.14 | 251.88 | 0.77 | 0.49 |
| Hex | 42 | 1C | DC | 46 | 57 | 0 | E | FC | 4D | 31 |
| Octal | 102 | 34 | 334 | 106 | 127 | 0 | 16 | 374 | 115 | 61 |
| Binary | 1000010 | 11100 | 11011100 | 1000110 | 1010111 | 0 | 1110 | 11111100 | 1001101 | 110001 |
Color Harmonies of #421CDC
Complementary color
Monochromatic Colors of #421CDC
Black with #421CDC
Text Example
Text Example
White with #421CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CDC; }
p { color: rgb(66,28,220); }
H1.HeaderClassName
{
color: #421CDC;
}
.AnyTagClassName
{
color: #421CDC;
}
</style>
background-color css
<style>
a { background-color: #421CDC; }
a { background-color: rgb(66,28,220); }
div.DivClassName
{
background-color: #421CDC;
}
.BgClassName
{
background-color: #421CDC;
}
</style>
border-color css
<style>
span { border-color: #421CDC; }
span { border-color: rgb(66,28,220); }
td.TdClassName
{
border-color: #421CDC;
}
.TagClassName
{
border-color: #421CDC;
}
</style>