Shades of Han Purple #3A1AD4
Tints of Han Purple #3A1AD4
RGB
CMYK
RGB Variations
Color information
#3A1AD4 (or 0x3A1AD4) is known color: Han Purple. HEX triplet: 3A, 1A and D4. RGB value is (58,26,212). Sum of RGB (Red+Green+Blue) = 58+26+212=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 212 (83.20% from 255 or 71.62% from 296); Max value from RGB is 212 - color contains mainly: blue. Hex color #3A1AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1AD4 is #C5E52B. Grayscale: #383838. Windows color (decimal): -12969260 or 13900346. OLE color: 13900346.
HSL color Cylindrical-coordinate representation of color #3A1AD4: hue angle of 250.32º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1AD4 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 26 | 212 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.17 |
| HSL | 250.32º | 0.78% | 0.47% | - |
| HSV(B) | 250.32º | 0.88% | 0.83% | - |
| XYZ | 14 | 6.39 | 62.78 | - |
| YUV | 56.77 | 215.6 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 212 | 0.73 | 0.88 | 0 | 0.17 | 250.32 | 0.78 | 0.47 |
| Hex | 3A | 1A | D4 | 49 | 58 | 0 | 11 | FA | 4E | 2F |
| Octal | 72 | 32 | 324 | 111 | 130 | 0 | 21 | 372 | 116 | 57 |
| Binary | 111010 | 11010 | 11010100 | 1001001 | 1011000 | 0 | 10001 | 11111010 | 1001110 | 101111 |
Color Harmonies of #3A1AD4
Complementary color
Monochromatic Colors of #3A1AD4
Black with #3A1AD4
Text Example
Text Example
White with #3A1AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1AD4; }
p { color: rgb(58,26,212); }
H1.HeaderClassName
{
color: #3A1AD4;
}
.AnyTagClassName
{
color: #3A1AD4;
}
</style>
background-color css
<style>
a { background-color: #3A1AD4; }
a { background-color: rgb(58,26,212); }
div.DivClassName
{
background-color: #3A1AD4;
}
.BgClassName
{
background-color: #3A1AD4;
}
</style>
border-color css
<style>
span { border-color: #3A1AD4; }
span { border-color: rgb(58,26,212); }
td.TdClassName
{
border-color: #3A1AD4;
}
.TagClassName
{
border-color: #3A1AD4;
}
</style>