Shades of Han Purple #4628EA
Tints of Han Purple #4628EA
RGB
CMYK
RGB Variations
Color information
#4628EA (or 0x4628EA) is known color: Han Purple. HEX triplet: 46, 28 and EA. RGB value is (70,40,234). Sum of RGB (Red+Green+Blue) = 70+40+234=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #4628EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4628EA is #B9D715. Grayscale: #464646. Windows color (decimal): -12179222 or 15345734. OLE color: 15345734.
HSL color Cylindrical-coordinate representation of color #4628EA: hue angle of 249.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4628EA is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 40 | 234 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.08 |
| HSL | 249.28º | 0.82% | 0.54% | - |
| HSV(B) | 249.28º | 0.83% | 0.92% | - |
| XYZ | 18.14 | 8.76 | 78.58 | - |
| YUV | 71.09 | 219.94 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 234 | 0.70 | 0.83 | 0 | 0.08 | 249.28 | 0.82 | 0.54 |
| Hex | 46 | 28 | EA | 46 | 53 | 0 | 8 | F9 | 52 | 36 |
| Octal | 106 | 50 | 352 | 106 | 123 | 0 | 10 | 371 | 122 | 66 |
| Binary | 1000110 | 101000 | 11101010 | 1000110 | 1010011 | 0 | 1000 | 11111001 | 1010010 | 110110 |
Color Harmonies of #4628EA
Complementary color
Monochromatic Colors of #4628EA
Black with #4628EA
Text Example
Text Example
White with #4628EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4628EA; }
p { color: rgb(70,40,234); }
H1.HeaderClassName
{
color: #4628EA;
}
.AnyTagClassName
{
color: #4628EA;
}
</style>
background-color css
<style>
a { background-color: #4628EA; }
a { background-color: rgb(70,40,234); }
div.DivClassName
{
background-color: #4628EA;
}
.BgClassName
{
background-color: #4628EA;
}
</style>
border-color css
<style>
span { border-color: #4628EA; }
span { border-color: rgb(70,40,234); }
td.TdClassName
{
border-color: #4628EA;
}
.TagClassName
{
border-color: #4628EA;
}
</style>