Shades of Han Purple #421FEB
Tints of Han Purple #421FEB
RGB
CMYK
RGB Variations
Color information
#421FEB (or 0x421FEB) is known color: Han Purple. HEX triplet: 42, 1F and EB. RGB value is (66,31,235). Sum of RGB (Red+Green+Blue) = 66+31+235=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #421FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421FEB is #BDE014. Grayscale: #3F3F3F. Windows color (decimal): -12443669 or 15408962. OLE color: 15408962.
HSL color Cylindrical-coordinate representation of color #421FEB: hue angle of 250.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421FEB is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 31 | 235 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.08 |
| HSL | 250.29º | 0.84% | 0.52% | - |
| HSV(B) | 250.29º | 0.87% | 0.92% | - |
| XYZ | 17.73 | 8.14 | 79.23 | - |
| YUV | 64.72 | 224.1 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 235 | 0.72 | 0.87 | 0 | 0.08 | 250.29 | 0.84 | 0.52 |
| Hex | 42 | 1F | EB | 48 | 57 | 0 | 8 | FA | 54 | 34 |
| Octal | 102 | 37 | 353 | 110 | 127 | 0 | 10 | 372 | 124 | 64 |
| Binary | 1000010 | 11111 | 11101011 | 1001000 | 1010111 | 0 | 1000 | 11111010 | 1010100 | 110100 |
Color Harmonies of #421FEB
Complementary color
Monochromatic Colors of #421FEB
Black with #421FEB
Text Example
Text Example
White with #421FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FEB; }
p { color: rgb(66,31,235); }
H1.HeaderClassName
{
color: #421FEB;
}
.AnyTagClassName
{
color: #421FEB;
}
</style>
background-color css
<style>
a { background-color: #421FEB; }
a { background-color: rgb(66,31,235); }
div.DivClassName
{
background-color: #421FEB;
}
.BgClassName
{
background-color: #421FEB;
}
</style>
border-color css
<style>
span { border-color: #421FEB; }
span { border-color: rgb(66,31,235); }
td.TdClassName
{
border-color: #421FEB;
}
.TagClassName
{
border-color: #421FEB;
}
</style>