Shades of Han Purple #3A0AD5
Tints of Han Purple #3A0AD5
RGB
CMYK
RGB Variations
Color information
#3A0AD5 (or 0x3A0AD5) is known color: Han Purple. HEX triplet: 3A, 0A and D5. RGB value is (58,10,213). Sum of RGB (Red+Green+Blue) = 58+10+213=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 213 (83.59% from 255 or 75.80% from 281); Max value from RGB is 213 - color contains mainly: blue. Hex color #3A0AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0AD5 is #C5F52A. Grayscale: #2E2E2E. Windows color (decimal): -12973355 or 13961786. OLE color: 13961786.
HSL color Cylindrical-coordinate representation of color #3A0AD5: hue angle of 254.19º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0AD5 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 10 | 213 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.16 |
| HSL | 254.19º | 0.91% | 0.44% | - |
| HSV(B) | 254.19º | 0.95% | 0.84% | - |
| XYZ | 13.86 | 5.92 | 63.36 | - |
| YUV | 47.49 | 221.4 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 213 | 0.73 | 0.95 | 0 | 0.16 | 254.19 | 0.91 | 0.44 |
| Hex | 3A | A | D5 | 49 | 5F | 0 | 10 | FE | 5B | 2C |
| Octal | 72 | 12 | 325 | 111 | 137 | 0 | 20 | 376 | 133 | 54 |
| Binary | 111010 | 1010 | 11010101 | 1001001 | 1011111 | 0 | 10000 | 11111110 | 1011011 | 101100 |
Color Harmonies of #3A0AD5
Complementary color
Monochromatic Colors of #3A0AD5
Black with #3A0AD5
Text Example
Text Example
White with #3A0AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0AD5; }
p { color: rgb(58,10,213); }
H1.HeaderClassName
{
color: #3A0AD5;
}
.AnyTagClassName
{
color: #3A0AD5;
}
</style>
background-color css
<style>
a { background-color: #3A0AD5; }
a { background-color: rgb(58,10,213); }
div.DivClassName
{
background-color: #3A0AD5;
}
.BgClassName
{
background-color: #3A0AD5;
}
</style>
border-color css
<style>
span { border-color: #3A0AD5; }
span { border-color: rgb(58,10,213); }
td.TdClassName
{
border-color: #3A0AD5;
}
.TagClassName
{
border-color: #3A0AD5;
}
</style>