Shades of Han Purple #421EFB
Tints of Han Purple #421EFB
RGB
CMYK
RGB Variations
Color information
#421EFB (or 0x421EFB) is known color: Han Purple. HEX triplet: 42, 1E and FB. RGB value is (66,30,251). Sum of RGB (Red+Green+Blue) = 66+30+251=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #421EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421EFB is #BDE104. Grayscale: #414141. Windows color (decimal): -12443909 or 16457282. OLE color: 16457282.
HSL color Cylindrical-coordinate representation of color #421EFB: hue angle of 249.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421EFB is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 30 | 251 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.02 |
| HSL | 249.77º | 0.97% | 0.55% | - |
| HSV(B) | 249.77º | 0.88% | 0.98% | - |
| XYZ | 20.12 | 9.05 | 91.95 | - |
| YUV | 65.96 | 232.43 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 251 | 0.74 | 0.88 | 0 | 0.02 | 249.77 | 0.97 | 0.55 |
| Hex | 42 | 1E | FB | 4A | 58 | 0 | 2 | FA | 61 | 37 |
| Octal | 102 | 36 | 373 | 112 | 130 | 0 | 2 | 372 | 141 | 67 |
| Binary | 1000010 | 11110 | 11111011 | 1001010 | 1011000 | 0 | 10 | 11111010 | 1100001 | 110111 |
Color Harmonies of #421EFB
Complementary color
Monochromatic Colors of #421EFB
Black with #421EFB
Text Example
Text Example
White with #421EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421EFB; }
p { color: rgb(66,30,251); }
H1.HeaderClassName
{
color: #421EFB;
}
.AnyTagClassName
{
color: #421EFB;
}
</style>
background-color css
<style>
a { background-color: #421EFB; }
a { background-color: rgb(66,30,251); }
div.DivClassName
{
background-color: #421EFB;
}
.BgClassName
{
background-color: #421EFB;
}
</style>
border-color css
<style>
span { border-color: #421EFB; }
span { border-color: rgb(66,30,251); }
td.TdClassName
{
border-color: #421EFB;
}
.TagClassName
{
border-color: #421EFB;
}
</style>