Shades of Han Purple #3A0AEC
Tints of Han Purple #3A0AEC
RGB
CMYK
RGB Variations
Color information
#3A0AEC (or 0x3A0AEC) is known color: Han Purple. HEX triplet: 3A, 0A and EC. RGB value is (58,10,236). Sum of RGB (Red+Green+Blue) = 58+10+236=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A0AEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0AEC is #C5F513. Grayscale: #313131. Windows color (decimal): -12973332 or 15469114. OLE color: 15469114.
HSL color Cylindrical-coordinate representation of color #3A0AEC: hue angle of 252.74º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0AEC is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 10 | 236 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.07 |
| HSL | 252.74º | 0.92% | 0.48% | - |
| HSV(B) | 252.74º | 0.96% | 0.93% | - |
| XYZ | 16.99 | 7.17 | 79.85 | - |
| YUV | 50.12 | 232.9 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 236 | 0.75 | 0.96 | 0 | 0.07 | 252.74 | 0.92 | 0.48 |
| Hex | 3A | A | EC | 4B | 60 | 0 | 7 | FD | 5C | 30 |
| Octal | 72 | 12 | 354 | 113 | 140 | 0 | 7 | 375 | 134 | 60 |
| Binary | 111010 | 1010 | 11101100 | 1001011 | 1100000 | 0 | 111 | 11111101 | 1011100 | 110000 |
Color Harmonies of #3A0AEC
Complementary color
Monochromatic Colors of #3A0AEC
Black with #3A0AEC
Text Example
Text Example
White with #3A0AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0AEC; }
p { color: rgb(58,10,236); }
H1.HeaderClassName
{
color: #3A0AEC;
}
.AnyTagClassName
{
color: #3A0AEC;
}
</style>
background-color css
<style>
a { background-color: #3A0AEC; }
a { background-color: rgb(58,10,236); }
div.DivClassName
{
background-color: #3A0AEC;
}
.BgClassName
{
background-color: #3A0AEC;
}
</style>
border-color css
<style>
span { border-color: #3A0AEC; }
span { border-color: rgb(58,10,236); }
td.TdClassName
{
border-color: #3A0AEC;
}
.TagClassName
{
border-color: #3A0AEC;
}
</style>