Shades of Han Purple #421DEA
Tints of Han Purple #421DEA
RGB
CMYK
RGB Variations
Color information
#421DEA (or 0x421DEA) is known color: Han Purple. HEX triplet: 42, 1D and EA. RGB value is (66,29,234). Sum of RGB (Red+Green+Blue) = 66+29+234=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #421DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421DEA is #BDE215. Grayscale: #3E3E3E. Windows color (decimal): -12444182 or 15342914. OLE color: 15342914.
HSL color Cylindrical-coordinate representation of color #421DEA: hue angle of 250.83º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421DEA is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 29 | 234 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.08 |
| HSL | 250.83º | 0.83% | 0.52% | - |
| HSV(B) | 250.83º | 0.88% | 0.92% | - |
| XYZ | 17.54 | 7.98 | 78.46 | - |
| YUV | 63.43 | 224.26 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 234 | 0.72 | 0.88 | 0 | 0.08 | 250.83 | 0.83 | 0.52 |
| Hex | 42 | 1D | EA | 48 | 58 | 0 | 8 | FB | 53 | 34 |
| Octal | 102 | 35 | 352 | 110 | 130 | 0 | 10 | 373 | 123 | 64 |
| Binary | 1000010 | 11101 | 11101010 | 1001000 | 1011000 | 0 | 1000 | 11111011 | 1010011 | 110100 |
Color Harmonies of #421DEA
Complementary color
Monochromatic Colors of #421DEA
Black with #421DEA
Text Example
Text Example
White with #421DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DEA; }
p { color: rgb(66,29,234); }
H1.HeaderClassName
{
color: #421DEA;
}
.AnyTagClassName
{
color: #421DEA;
}
</style>
background-color css
<style>
a { background-color: #421DEA; }
a { background-color: rgb(66,29,234); }
div.DivClassName
{
background-color: #421DEA;
}
.BgClassName
{
background-color: #421DEA;
}
</style>
border-color css
<style>
span { border-color: #421DEA; }
span { border-color: rgb(66,29,234); }
td.TdClassName
{
border-color: #421DEA;
}
.TagClassName
{
border-color: #421DEA;
}
</style>