Shades of Han Purple #3A0CCA
Tints of Han Purple #3A0CCA
RGB
CMYK
RGB Variations
Color information
#3A0CCA (or 0x3A0CCA) is known color: Han Purple. HEX triplet: 3A, 0C and CA. RGB value is (58,12,202). Sum of RGB (Red+Green+Blue) = 58+12+202=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A0CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0CCA is #C5F335. Grayscale: #2E2E2E. Windows color (decimal): -12972854 or 13241402. OLE color: 13241402.
HSL color Cylindrical-coordinate representation of color #3A0CCA: hue angle of 254.53º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0CCA is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 12 | 202 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.21 |
| HSL | 254.53º | 0.89% | 0.42% | - |
| HSV(B) | 254.53º | 0.94% | 0.79% | - |
| XYZ | 12.54 | 5.43 | 56.26 | - |
| YUV | 47.41 | 215.24 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 202 | 0.71 | 0.94 | 0 | 0.21 | 254.53 | 0.89 | 0.42 |
| Hex | 3A | C | CA | 47 | 5E | 0 | 15 | FF | 59 | 2A |
| Octal | 72 | 14 | 312 | 107 | 136 | 0 | 25 | 377 | 131 | 52 |
| Binary | 111010 | 1100 | 11001010 | 1000111 | 1011110 | 0 | 10101 | 11111111 | 1011001 | 101010 |
Color Harmonies of #3A0CCA
Complementary color
Monochromatic Colors of #3A0CCA
Black with #3A0CCA
Text Example
Text Example
White with #3A0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CCA; }
p { color: rgb(58,12,202); }
H1.HeaderClassName
{
color: #3A0CCA;
}
.AnyTagClassName
{
color: #3A0CCA;
}
</style>
background-color css
<style>
a { background-color: #3A0CCA; }
a { background-color: rgb(58,12,202); }
div.DivClassName
{
background-color: #3A0CCA;
}
.BgClassName
{
background-color: #3A0CCA;
}
</style>
border-color css
<style>
span { border-color: #3A0CCA; }
span { border-color: rgb(58,12,202); }
td.TdClassName
{
border-color: #3A0CCA;
}
.TagClassName
{
border-color: #3A0CCA;
}
</style>