Shades of Han Purple #421BEA
Tints of Han Purple #421BEA
RGB
CMYK
RGB Variations
Color information
#421BEA (or 0x421BEA) is known color: Han Purple. HEX triplet: 42, 1B and EA. RGB value is (66,27,234). Sum of RGB (Red+Green+Blue) = 66+27+234=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #421BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BEA is #BDE415. Grayscale: #3D3D3D. Windows color (decimal): -12444694 or 15342402. OLE color: 15342402.
HSL color Cylindrical-coordinate representation of color #421BEA: hue angle of 251.3º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421BEA is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 27 | 234 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.08 |
| HSL | 251.3º | 0.83% | 0.51% | - |
| HSV(B) | 251.3º | 0.88% | 0.92% | - |
| XYZ | 17.49 | 7.88 | 78.44 | - |
| YUV | 62.26 | 224.92 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 234 | 0.72 | 0.88 | 0 | 0.08 | 251.3 | 0.83 | 0.51 |
| Hex | 42 | 1B | EA | 48 | 58 | 0 | 8 | FB | 53 | 33 |
| Octal | 102 | 33 | 352 | 110 | 130 | 0 | 10 | 373 | 123 | 63 |
| Binary | 1000010 | 11011 | 11101010 | 1001000 | 1011000 | 0 | 1000 | 11111011 | 1010011 | 110011 |
Color Harmonies of #421BEA
Complementary color
Monochromatic Colors of #421BEA
Black with #421BEA
Text Example
Text Example
White with #421BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BEA; }
p { color: rgb(66,27,234); }
H1.HeaderClassName
{
color: #421BEA;
}
.AnyTagClassName
{
color: #421BEA;
}
</style>
background-color css
<style>
a { background-color: #421BEA; }
a { background-color: rgb(66,27,234); }
div.DivClassName
{
background-color: #421BEA;
}
.BgClassName
{
background-color: #421BEA;
}
</style>
border-color css
<style>
span { border-color: #421BEA; }
span { border-color: rgb(66,27,234); }
td.TdClassName
{
border-color: #421BEA;
}
.TagClassName
{
border-color: #421BEA;
}
</style>