Shades of Han Purple #3A1AD1
Tints of Han Purple #3A1AD1
RGB
CMYK
RGB Variations
Color information
#3A1AD1 (or 0x3A1AD1) is known color: Han Purple. HEX triplet: 3A, 1A and D1. RGB value is (58,26,209). Sum of RGB (Red+Green+Blue) = 58+26+209=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 209 (82.03% from 255 or 71.33% from 293); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A1AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1AD1 is #C5E52E. Grayscale: #373737. Windows color (decimal): -12969263 or 13703738. OLE color: 13703738.
HSL color Cylindrical-coordinate representation of color #3A1AD1: hue angle of 250.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1AD1 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 26 | 209 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.18 |
| HSL | 250.49º | 0.78% | 0.46% | - |
| HSV(B) | 250.49º | 0.88% | 0.82% | - |
| XYZ | 13.62 | 6.24 | 60.81 | - |
| YUV | 56.43 | 214.1 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 209 | 0.72 | 0.88 | 0 | 0.18 | 250.49 | 0.78 | 0.46 |
| Hex | 3A | 1A | D1 | 48 | 58 | 0 | 12 | FA | 4E | 2E |
| Octal | 72 | 32 | 321 | 110 | 130 | 0 | 22 | 372 | 116 | 56 |
| Binary | 111010 | 11010 | 11010001 | 1001000 | 1011000 | 0 | 10010 | 11111010 | 1001110 | 101110 |
Color Harmonies of #3A1AD1
Complementary color
Monochromatic Colors of #3A1AD1
Black with #3A1AD1
Text Example
Text Example
White with #3A1AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1AD1; }
p { color: rgb(58,26,209); }
H1.HeaderClassName
{
color: #3A1AD1;
}
.AnyTagClassName
{
color: #3A1AD1;
}
</style>
background-color css
<style>
a { background-color: #3A1AD1; }
a { background-color: rgb(58,26,209); }
div.DivClassName
{
background-color: #3A1AD1;
}
.BgClassName
{
background-color: #3A1AD1;
}
</style>
border-color css
<style>
span { border-color: #3A1AD1; }
span { border-color: rgb(58,26,209); }
td.TdClassName
{
border-color: #3A1AD1;
}
.TagClassName
{
border-color: #3A1AD1;
}
</style>