Shades of Han Purple #3A0CDA
Tints of Han Purple #3A0CDA
RGB
CMYK
RGB Variations
Color information
#3A0CDA (or 0x3A0CDA) is known color: Han Purple. HEX triplet: 3A, 0C and DA. RGB value is (58,12,218). Sum of RGB (Red+Green+Blue) = 58+12+218=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A0CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0CDA is #C5F325. Grayscale: #303030. Windows color (decimal): -12972838 or 14289978. OLE color: 14289978.
HSL color Cylindrical-coordinate representation of color #3A0CDA: hue angle of 253.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0CDA is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 12 | 218 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.15 |
| HSL | 253.4º | 0.9% | 0.45% | - |
| HSV(B) | 253.4º | 0.94% | 0.85% | - |
| XYZ | 14.53 | 6.22 | 66.77 | - |
| YUV | 49.24 | 223.24 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 218 | 0.73 | 0.94 | 0 | 0.15 | 253.4 | 0.9 | 0.45 |
| Hex | 3A | C | DA | 49 | 5E | 0 | F | FD | 5A | 2D |
| Octal | 72 | 14 | 332 | 111 | 136 | 0 | 17 | 375 | 132 | 55 |
| Binary | 111010 | 1100 | 11011010 | 1001001 | 1011110 | 0 | 1111 | 11111101 | 1011010 | 101101 |
Color Harmonies of #3A0CDA
Complementary color
Monochromatic Colors of #3A0CDA
Black with #3A0CDA
Text Example
Text Example
White with #3A0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CDA; }
p { color: rgb(58,12,218); }
H1.HeaderClassName
{
color: #3A0CDA;
}
.AnyTagClassName
{
color: #3A0CDA;
}
</style>
background-color css
<style>
a { background-color: #3A0CDA; }
a { background-color: rgb(58,12,218); }
div.DivClassName
{
background-color: #3A0CDA;
}
.BgClassName
{
background-color: #3A0CDA;
}
</style>
border-color css
<style>
span { border-color: #3A0CDA; }
span { border-color: rgb(58,12,218); }
td.TdClassName
{
border-color: #3A0CDA;
}
.TagClassName
{
border-color: #3A0CDA;
}
</style>