Shades of Han Purple #3A28E0
Tints of Han Purple #3A28E0
RGB
CMYK
RGB Variations
Color information
#3A28E0 (or 0x3A28E0) is known color: Han Purple. HEX triplet: 3A, 28 and E0. RGB value is (58,40,224). Sum of RGB (Red+Green+Blue) = 58+40+224=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A28E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A28E0 is #C5D71F. Grayscale: #414141. Windows color (decimal): -12965664 or 14690362. OLE color: 14690362.
HSL color Cylindrical-coordinate representation of color #3A28E0: hue angle of 245.87º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A28E0 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 40 | 224 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.12 |
| HSL | 245.87º | 0.75% | 0.52% | - |
| HSV(B) | 245.87º | 0.82% | 0.88% | - |
| XYZ | 15.96 | 7.8 | 71.19 | - |
| YUV | 66.36 | 216.96 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 224 | 0.74 | 0.82 | 0 | 0.12 | 245.87 | 0.75 | 0.52 |
| Hex | 3A | 28 | E0 | 4A | 52 | 0 | C | F6 | 4B | 34 |
| Octal | 72 | 50 | 340 | 112 | 122 | 0 | 14 | 366 | 113 | 64 |
| Binary | 111010 | 101000 | 11100000 | 1001010 | 1010010 | 0 | 1100 | 11110110 | 1001011 | 110100 |
Color Harmonies of #3A28E0
Complementary color
Monochromatic Colors of #3A28E0
Black with #3A28E0
Text Example
Text Example
White with #3A28E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28E0; }
p { color: rgb(58,40,224); }
H1.HeaderClassName
{
color: #3A28E0;
}
.AnyTagClassName
{
color: #3A28E0;
}
</style>
background-color css
<style>
a { background-color: #3A28E0; }
a { background-color: rgb(58,40,224); }
div.DivClassName
{
background-color: #3A28E0;
}
.BgClassName
{
background-color: #3A28E0;
}
</style>
border-color css
<style>
span { border-color: #3A28E0; }
span { border-color: rgb(58,40,224); }
td.TdClassName
{
border-color: #3A28E0;
}
.TagClassName
{
border-color: #3A28E0;
}
</style>