Shades of Han Purple #421BE8
Tints of Han Purple #421BE8
RGB
CMYK
RGB Variations
Color information
#421BE8 (or 0x421BE8) is known color: Han Purple. HEX triplet: 42, 1B and E8. RGB value is (66,27,232). Sum of RGB (Red+Green+Blue) = 66+27+232=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #421BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BE8 is #BDE417. Grayscale: #3D3D3D. Windows color (decimal): -12444696 or 15211330. OLE color: 15211330.
HSL color Cylindrical-coordinate representation of color #421BE8: hue angle of 251.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421BE8 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 27 | 232 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.09 |
| HSL | 251.41º | 0.82% | 0.51% | - |
| HSV(B) | 251.41º | 0.88% | 0.91% | - |
| XYZ | 17.2 | 7.77 | 76.94 | - |
| YUV | 62.03 | 223.92 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 232 | 0.72 | 0.88 | 0 | 0.09 | 251.41 | 0.82 | 0.51 |
| Hex | 42 | 1B | E8 | 48 | 58 | 0 | 9 | FB | 52 | 33 |
| Octal | 102 | 33 | 350 | 110 | 130 | 0 | 11 | 373 | 122 | 63 |
| Binary | 1000010 | 11011 | 11101000 | 1001000 | 1011000 | 0 | 1001 | 11111011 | 1010010 | 110011 |
Color Harmonies of #421BE8
Complementary color
Monochromatic Colors of #421BE8
Black with #421BE8
Text Example
Text Example
White with #421BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BE8; }
p { color: rgb(66,27,232); }
H1.HeaderClassName
{
color: #421BE8;
}
.AnyTagClassName
{
color: #421BE8;
}
</style>
background-color css
<style>
a { background-color: #421BE8; }
a { background-color: rgb(66,27,232); }
div.DivClassName
{
background-color: #421BE8;
}
.BgClassName
{
background-color: #421BE8;
}
</style>
border-color css
<style>
span { border-color: #421BE8; }
span { border-color: rgb(66,27,232); }
td.TdClassName
{
border-color: #421BE8;
}
.TagClassName
{
border-color: #421BE8;
}
</style>