Shades of Han Purple #3A0ACC
Tints of Han Purple #3A0ACC
RGB
CMYK
RGB Variations
Color information
#3A0ACC (or 0x3A0ACC) is known color: Han Purple. HEX triplet: 3A, 0A and CC. RGB value is (58,10,204). Sum of RGB (Red+Green+Blue) = 58+10+204=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A0ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ACC is #C5F533. Grayscale: #2D2D2D. Windows color (decimal): -12973364 or 13371962. OLE color: 13371962.
HSL color Cylindrical-coordinate representation of color #3A0ACC: hue angle of 254.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0ACC is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 10 | 204 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.2 |
| HSL | 254.85º | 0.91% | 0.42% | - |
| HSV(B) | 254.85º | 0.95% | 0.8% | - |
| XYZ | 12.75 | 5.48 | 57.51 | - |
| YUV | 46.47 | 216.9 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 204 | 0.72 | 0.95 | 0 | 0.2 | 254.85 | 0.91 | 0.42 |
| Hex | 3A | A | CC | 48 | 5F | 0 | 14 | FF | 5B | 2A |
| Octal | 72 | 12 | 314 | 110 | 137 | 0 | 24 | 377 | 133 | 52 |
| Binary | 111010 | 1010 | 11001100 | 1001000 | 1011111 | 0 | 10100 | 11111111 | 1011011 | 101010 |
Color Harmonies of #3A0ACC
Complementary color
Monochromatic Colors of #3A0ACC
Black with #3A0ACC
Text Example
Text Example
White with #3A0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0ACC; }
p { color: rgb(58,10,204); }
H1.HeaderClassName
{
color: #3A0ACC;
}
.AnyTagClassName
{
color: #3A0ACC;
}
</style>
background-color css
<style>
a { background-color: #3A0ACC; }
a { background-color: rgb(58,10,204); }
div.DivClassName
{
background-color: #3A0ACC;
}
.BgClassName
{
background-color: #3A0ACC;
}
</style>
border-color css
<style>
span { border-color: #3A0ACC; }
span { border-color: rgb(58,10,204); }
td.TdClassName
{
border-color: #3A0ACC;
}
.TagClassName
{
border-color: #3A0ACC;
}
</style>