Shades of Han Purple #3A0CEA
Tints of Han Purple #3A0CEA
RGB
CMYK
RGB Variations
Color information
#3A0CEA (or 0x3A0CEA) is known color: Han Purple. HEX triplet: 3A, 0C and EA. RGB value is (58,12,234). Sum of RGB (Red+Green+Blue) = 58+12+234=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A0CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0CEA is #C5F315. Grayscale: #323232. Windows color (decimal): -12972822 or 15338554. OLE color: 15338554.
HSL color Cylindrical-coordinate representation of color #3A0CEA: hue angle of 252.43º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0CEA is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 12 | 234 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.08 |
| HSL | 252.43º | 0.9% | 0.48% | - |
| HSV(B) | 252.43º | 0.95% | 0.92% | - |
| XYZ | 16.73 | 7.1 | 78.33 | - |
| YUV | 51.06 | 231.24 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 234 | 0.75 | 0.95 | 0 | 0.08 | 252.43 | 0.9 | 0.48 |
| Hex | 3A | C | EA | 4B | 5F | 0 | 8 | FC | 5A | 30 |
| Octal | 72 | 14 | 352 | 113 | 137 | 0 | 10 | 374 | 132 | 60 |
| Binary | 111010 | 1100 | 11101010 | 1001011 | 1011111 | 0 | 1000 | 11111100 | 1011010 | 110000 |
Color Harmonies of #3A0CEA
Complementary color
Monochromatic Colors of #3A0CEA
Black with #3A0CEA
Text Example
Text Example
White with #3A0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CEA; }
p { color: rgb(58,12,234); }
H1.HeaderClassName
{
color: #3A0CEA;
}
.AnyTagClassName
{
color: #3A0CEA;
}
</style>
background-color css
<style>
a { background-color: #3A0CEA; }
a { background-color: rgb(58,12,234); }
div.DivClassName
{
background-color: #3A0CEA;
}
.BgClassName
{
background-color: #3A0CEA;
}
</style>
border-color css
<style>
span { border-color: #3A0CEA; }
span { border-color: rgb(58,12,234); }
td.TdClassName
{
border-color: #3A0CEA;
}
.TagClassName
{
border-color: #3A0CEA;
}
</style>