Shades of Han Purple #421AD1
Tints of Han Purple #421AD1
RGB
CMYK
RGB Variations
Color information
#421AD1 (or 0x421AD1) is known color: Han Purple. HEX triplet: 42, 1A and D1. RGB value is (66,26,209). Sum of RGB (Red+Green+Blue) = 66+26+209=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 209 (82.03% from 255 or 69.44% from 301); Max value from RGB is 209 - color contains mainly: blue. Hex color #421AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421AD1 is #BDE52E. Grayscale: #3A3A3A. Windows color (decimal): -12444975 or 13703746. OLE color: 13703746.
HSL color Cylindrical-coordinate representation of color #421AD1: hue angle of 253.11º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421AD1 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 26 | 209 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.18 |
| HSL | 253.11º | 0.78% | 0.46% | - |
| HSV(B) | 253.11º | 0.88% | 0.82% | - |
| XYZ | 14.12 | 6.5 | 60.83 | - |
| YUV | 58.82 | 212.75 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 209 | 0.68 | 0.88 | 0 | 0.18 | 253.11 | 0.78 | 0.46 |
| Hex | 42 | 1A | D1 | 44 | 58 | 0 | 12 | FD | 4E | 2E |
| Octal | 102 | 32 | 321 | 104 | 130 | 0 | 22 | 375 | 116 | 56 |
| Binary | 1000010 | 11010 | 11010001 | 1000100 | 1011000 | 0 | 10010 | 11111101 | 1001110 | 101110 |
Color Harmonies of #421AD1
Complementary color
Monochromatic Colors of #421AD1
Black with #421AD1
Text Example
Text Example
White with #421AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421AD1; }
p { color: rgb(66,26,209); }
H1.HeaderClassName
{
color: #421AD1;
}
.AnyTagClassName
{
color: #421AD1;
}
</style>
background-color css
<style>
a { background-color: #421AD1; }
a { background-color: rgb(66,26,209); }
div.DivClassName
{
background-color: #421AD1;
}
.BgClassName
{
background-color: #421AD1;
}
</style>
border-color css
<style>
span { border-color: #421AD1; }
span { border-color: rgb(66,26,209); }
td.TdClassName
{
border-color: #421AD1;
}
.TagClassName
{
border-color: #421AD1;
}
</style>