Shades of Han Purple #3A0ACA
Tints of Han Purple #3A0ACA
RGB
CMYK
RGB Variations
Color information
#3A0ACA (or 0x3A0ACA) is known color: Han Purple. HEX triplet: 3A, 0A and CA. RGB value is (58,10,202). Sum of RGB (Red+Green+Blue) = 58+10+202=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A0ACA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ACA is #C5F535. Grayscale: #2D2D2D. Windows color (decimal): -12973366 or 13240890. OLE color: 13240890.
HSL color Cylindrical-coordinate representation of color #3A0ACA: hue angle of 255º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0ACA is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 10 | 202 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.21 |
| HSL | 255º | 0.91% | 0.42% | - |
| HSV(B) | 255º | 0.95% | 0.79% | - |
| XYZ | 12.51 | 5.38 | 56.26 | - |
| YUV | 46.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 202 | 0.71 | 0.95 | 0 | 0.21 | 255 | 0.91 | 0.42 |
| Hex | 3A | A | CA | 47 | 5F | 0 | 15 | FF | 5B | 2A |
| Octal | 72 | 12 | 312 | 107 | 137 | 0 | 25 | 377 | 133 | 52 |
| Binary | 111010 | 1010 | 11001010 | 1000111 | 1011111 | 0 | 10101 | 11111111 | 1011011 | 101010 |
Color Harmonies of #3A0ACA
Complementary color
Monochromatic Colors of #3A0ACA
Black with #3A0ACA
Text Example
Text Example
White with #3A0ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0ACA; }
p { color: rgb(58,10,202); }
H1.HeaderClassName
{
color: #3A0ACA;
}
.AnyTagClassName
{
color: #3A0ACA;
}
</style>
background-color css
<style>
a { background-color: #3A0ACA; }
a { background-color: rgb(58,10,202); }
div.DivClassName
{
background-color: #3A0ACA;
}
.BgClassName
{
background-color: #3A0ACA;
}
</style>
border-color css
<style>
span { border-color: #3A0ACA; }
span { border-color: rgb(58,10,202); }
td.TdClassName
{
border-color: #3A0ACA;
}
.TagClassName
{
border-color: #3A0ACA;
}
</style>