Shades of Han Purple #3A0CC9
Tints of Han Purple #3A0CC9
RGB
CMYK
RGB Variations
Color information
#3A0CC9 (or 0x3A0CC9) is known color: Han Purple. HEX triplet: 3A, 0C and C9. RGB value is (58,12,201). Sum of RGB (Red+Green+Blue) = 58+12+201=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 201 (78.91% from 255 or 74.17% from 271); Max value from RGB is 201 - color contains mainly: blue. Hex color #3A0CC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0CC9 is #C5F336. Grayscale: #2E2E2E. Windows color (decimal): -12972855 or 13175866. OLE color: 13175866.
HSL color Cylindrical-coordinate representation of color #3A0CC9: hue angle of 254.6º 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 #3A0CC9 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 12 | 201 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.21 |
| HSL | 254.6º | 0.89% | 0.42% | - |
| HSV(B) | 254.6º | 0.94% | 0.79% | - |
| XYZ | 12.42 | 5.38 | 55.64 | - |
| YUV | 47.3 | 214.74 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 201 | 0.71 | 0.94 | 0 | 0.21 | 254.6 | 0.89 | 0.42 |
| Hex | 3A | C | C9 | 47 | 5E | 0 | 15 | FF | 59 | 2A |
| Octal | 72 | 14 | 311 | 107 | 136 | 0 | 25 | 377 | 131 | 52 |
| Binary | 111010 | 1100 | 11001001 | 1000111 | 1011110 | 0 | 10101 | 11111111 | 1011001 | 101010 |
Color Harmonies of #3A0CC9
Complementary color
Monochromatic Colors of #3A0CC9
Black with #3A0CC9
Text Example
Text Example
White with #3A0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CC9; }
p { color: rgb(58,12,201); }
H1.HeaderClassName
{
color: #3A0CC9;
}
.AnyTagClassName
{
color: #3A0CC9;
}
</style>
background-color css
<style>
a { background-color: #3A0CC9; }
a { background-color: rgb(58,12,201); }
div.DivClassName
{
background-color: #3A0CC9;
}
.BgClassName
{
background-color: #3A0CC9;
}
</style>
border-color css
<style>
span { border-color: #3A0CC9; }
span { border-color: rgb(58,12,201); }
td.TdClassName
{
border-color: #3A0CC9;
}
.TagClassName
{
border-color: #3A0CC9;
}
</style>