Shades of Han Purple #3A0DEA
Tints of Han Purple #3A0DEA
RGB
CMYK
RGB Variations
Color information
#3A0DEA (or 0x3A0DEA) is known color: Han Purple. HEX triplet: 3A, 0D and EA. RGB value is (58,13,234). Sum of RGB (Red+Green+Blue) = 58+13+234=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 234 (91.80% from 255 or 76.72% from 305); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A0DEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0DEA is #C5F215. Grayscale: #323232. Windows color (decimal): -12972566 or 15338810. OLE color: 15338810.
HSL color Cylindrical-coordinate representation of color #3A0DEA: hue angle of 252.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0DEA is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 13 | 234 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.08 |
| HSL | 252.22º | 0.89% | 0.48% | - |
| HSV(B) | 252.22º | 0.94% | 0.92% | - |
| XYZ | 16.74 | 7.13 | 78.34 | - |
| YUV | 51.65 | 230.91 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 234 | 0.75 | 0.94 | 0 | 0.08 | 252.22 | 0.89 | 0.48 |
| Hex | 3A | D | EA | 4B | 5E | 0 | 8 | FC | 59 | 30 |
| Octal | 72 | 15 | 352 | 113 | 136 | 0 | 10 | 374 | 131 | 60 |
| Binary | 111010 | 1101 | 11101010 | 1001011 | 1011110 | 0 | 1000 | 11111100 | 1011001 | 110000 |
Color Harmonies of #3A0DEA
Complementary color
Monochromatic Colors of #3A0DEA
Black with #3A0DEA
Text Example
Text Example
White with #3A0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DEA; }
p { color: rgb(58,13,234); }
H1.HeaderClassName
{
color: #3A0DEA;
}
.AnyTagClassName
{
color: #3A0DEA;
}
</style>
background-color css
<style>
a { background-color: #3A0DEA; }
a { background-color: rgb(58,13,234); }
div.DivClassName
{
background-color: #3A0DEA;
}
.BgClassName
{
background-color: #3A0DEA;
}
</style>
border-color css
<style>
span { border-color: #3A0DEA; }
span { border-color: rgb(58,13,234); }
td.TdClassName
{
border-color: #3A0DEA;
}
.TagClassName
{
border-color: #3A0DEA;
}
</style>