Shades of Han Purple #4621EB
Tints of Han Purple #4621EB
RGB
CMYK
RGB Variations
Color information
#4621EB (or 0x4621EB) is known color: Han Purple. HEX triplet: 46, 21 and EB. RGB value is (70,33,235). Sum of RGB (Red+Green+Blue) = 70+33+235=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #4621EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4621EB is #B9DE14. Grayscale: #424242. Windows color (decimal): -12181013 or 15409478. OLE color: 15409478.
HSL color Cylindrical-coordinate representation of color #4621EB: hue angle of 250.99º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4621EB is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 33 | 235 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.08 |
| HSL | 250.99º | 0.83% | 0.53% | - |
| HSV(B) | 250.99º | 0.86% | 0.92% | - |
| XYZ | 18.07 | 8.39 | 79.26 | - |
| YUV | 67.09 | 222.76 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 235 | 0.70 | 0.86 | 0 | 0.08 | 250.99 | 0.83 | 0.53 |
| Hex | 46 | 21 | EB | 46 | 56 | 0 | 8 | FB | 53 | 35 |
| Octal | 106 | 41 | 353 | 106 | 126 | 0 | 10 | 373 | 123 | 65 |
| Binary | 1000110 | 100001 | 11101011 | 1000110 | 1010110 | 0 | 1000 | 11111011 | 1010011 | 110101 |
Color Harmonies of #4621EB
Complementary color
Monochromatic Colors of #4621EB
Black with #4621EB
Text Example
Text Example
White with #4621EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4621EB; }
p { color: rgb(70,33,235); }
H1.HeaderClassName
{
color: #4621EB;
}
.AnyTagClassName
{
color: #4621EB;
}
</style>
background-color css
<style>
a { background-color: #4621EB; }
a { background-color: rgb(70,33,235); }
div.DivClassName
{
background-color: #4621EB;
}
.BgClassName
{
background-color: #4621EB;
}
</style>
border-color css
<style>
span { border-color: #4621EB; }
span { border-color: rgb(70,33,235); }
td.TdClassName
{
border-color: #4621EB;
}
.TagClassName
{
border-color: #4621EB;
}
</style>