Shades of Han Purple #421AFF
Tints of Han Purple #421AFF
RGB
CMYK
RGB Variations
Color information
#421AFF (or 0x421AFF) is known color: Han Purple. HEX triplet: 42, 1A and FF. RGB value is (66,26,255). Sum of RGB (Red+Green+Blue) = 66+26+255=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #421AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421AFF is #BDE500. Grayscale: #3F3F3F. Windows color (decimal): -12444929 or 16718402. OLE color: 16718402.
HSL color Cylindrical-coordinate representation of color #421AFF: hue angle of 250.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #421AFF is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 26 | 255 | - |
| CMYK | 0.74 | 0.90 | 0 | 0 |
| HSL | 250.48º | 1% | 0.55% | - |
| HSV(B) | 250.48º | 0.9% | 1% | - |
| XYZ | 20.67 | 9.12 | 95.28 | - |
| YUV | 64.07 | 235.75 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 255 | 0.74 | 0.90 | 0 | 0 | 250.48 | 1 | 0.55 |
| Hex | 42 | 1A | FF | 4A | 5A | 0 | 0 | FA | 64 | 37 |
| Octal | 102 | 32 | 377 | 112 | 132 | 0 | 0 | 372 | 144 | 67 |
| Binary | 1000010 | 11010 | 11111111 | 1001010 | 1011010 | 0 | 0 | 11111010 | 1100100 | 110111 |
Color Harmonies of #421AFF
Complementary color
Monochromatic Colors of #421AFF
Black with #421AFF
Text Example
Text Example
White with #421AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421AFF; }
p { color: rgb(66,26,255); }
H1.HeaderClassName
{
color: #421AFF;
}
.AnyTagClassName
{
color: #421AFF;
}
</style>
background-color css
<style>
a { background-color: #421AFF; }
a { background-color: rgb(66,26,255); }
div.DivClassName
{
background-color: #421AFF;
}
.BgClassName
{
background-color: #421AFF;
}
</style>
border-color css
<style>
span { border-color: #421AFF; }
span { border-color: rgb(66,26,255); }
td.TdClassName
{
border-color: #421AFF;
}
.TagClassName
{
border-color: #421AFF;
}
</style>