Shades of Han Purple #4621EA
Tints of Han Purple #4621EA
RGB
CMYK
RGB Variations
Color information
#4621EA (or 0x4621EA) is known color: Han Purple. HEX triplet: 46, 21 and EA. RGB value is (70,33,234). Sum of RGB (Red+Green+Blue) = 70+33+234=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #4621EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4621EA is #B9DE15. Grayscale: #424242. Windows color (decimal): -12181014 or 15343942. OLE color: 15343942.
HSL color Cylindrical-coordinate representation of color #4621EA: hue angle of 251.04º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4621EA is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 33 | 234 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.08 |
| HSL | 251.04º | 0.83% | 0.52% | - |
| HSV(B) | 251.04º | 0.86% | 0.92% | - |
| XYZ | 17.92 | 8.33 | 78.51 | - |
| YUV | 66.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 234 | 0.70 | 0.86 | 0 | 0.08 | 251.04 | 0.83 | 0.52 |
| Hex | 46 | 21 | EA | 46 | 56 | 0 | 8 | FB | 53 | 34 |
| Octal | 106 | 41 | 352 | 106 | 126 | 0 | 10 | 373 | 123 | 64 |
| Binary | 1000110 | 100001 | 11101010 | 1000110 | 1010110 | 0 | 1000 | 11111011 | 1010011 | 110100 |
Color Harmonies of #4621EA
Complementary color
Monochromatic Colors of #4621EA
Black with #4621EA
Text Example
Text Example
White with #4621EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4621EA; }
p { color: rgb(70,33,234); }
H1.HeaderClassName
{
color: #4621EA;
}
.AnyTagClassName
{
color: #4621EA;
}
</style>
background-color css
<style>
a { background-color: #4621EA; }
a { background-color: rgb(70,33,234); }
div.DivClassName
{
background-color: #4621EA;
}
.BgClassName
{
background-color: #4621EA;
}
</style>
border-color css
<style>
span { border-color: #4621EA; }
span { border-color: rgb(70,33,234); }
td.TdClassName
{
border-color: #4621EA;
}
.TagClassName
{
border-color: #4621EA;
}
</style>