Shades of Han Purple #420AFF
Tints of Han Purple #420AFF
RGB
CMYK
RGB Variations
Color information
#420AFF (or 0x420AFF) is known color: Han Purple. HEX triplet: 42, 0A and FF. RGB value is (66,10,255). Sum of RGB (Red+Green+Blue) = 66+10+255=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #420AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420AFF is #BDF500. Grayscale: #353535. Windows color (decimal): -12449025 or 16714306. OLE color: 16714306.
HSL color Cylindrical-coordinate representation of color #420AFF: hue angle of 253.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420AFF is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 10 | 255 | - |
| CMYK | 0.74 | 0.96 | 0 | 0 |
| HSL | 253.71º | 1% | 0.52% | - |
| HSV(B) | 253.71º | 0.96% | 1% | - |
| XYZ | 20.41 | 8.6 | 95.19 | - |
| YUV | 54.67 | 241.05 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 255 | 0.74 | 0.96 | 0 | 0 | 253.71 | 1 | 0.52 |
| Hex | 42 | A | FF | 4A | 60 | 0 | 0 | FE | 64 | 34 |
| Octal | 102 | 12 | 377 | 112 | 140 | 0 | 0 | 376 | 144 | 64 |
| Binary | 1000010 | 1010 | 11111111 | 1001010 | 1100000 | 0 | 0 | 11111110 | 1100100 | 110100 |
Color Harmonies of #420AFF
Complementary color
Monochromatic Colors of #420AFF
Black with #420AFF
Text Example
Text Example
White with #420AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420AFF; }
p { color: rgb(66,10,255); }
H1.HeaderClassName
{
color: #420AFF;
}
.AnyTagClassName
{
color: #420AFF;
}
</style>
background-color css
<style>
a { background-color: #420AFF; }
a { background-color: rgb(66,10,255); }
div.DivClassName
{
background-color: #420AFF;
}
.BgClassName
{
background-color: #420AFF;
}
</style>
border-color css
<style>
span { border-color: #420AFF; }
span { border-color: rgb(66,10,255); }
td.TdClassName
{
border-color: #420AFF;
}
.TagClassName
{
border-color: #420AFF;
}
</style>