Shades of Han Purple #3A1AD0
Tints of Han Purple #3A1AD0
RGB
CMYK
RGB Variations
Color information
#3A1AD0 (or 0x3A1AD0) is known color: Han Purple. HEX triplet: 3A, 1A and D0. RGB value is (58,26,208). Sum of RGB (Red+Green+Blue) = 58+26+208=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #3A1AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1AD0 is #C5E52F. Grayscale: #373737. Windows color (decimal): -12969264 or 13638202. OLE color: 13638202.
HSL color Cylindrical-coordinate representation of color #3A1AD0: hue angle of 250.55º 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 #3A1AD0 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 26 | 208 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.18 |
| HSL | 250.55º | 0.78% | 0.46% | - |
| HSV(B) | 250.55º | 0.88% | 0.82% | - |
| XYZ | 13.5 | 6.19 | 60.16 | - |
| YUV | 56.32 | 213.6 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 208 | 0.72 | 0.88 | 0 | 0.18 | 250.55 | 0.78 | 0.46 |
| Hex | 3A | 1A | D0 | 48 | 58 | 0 | 12 | FB | 4E | 2E |
| Octal | 72 | 32 | 320 | 110 | 130 | 0 | 22 | 373 | 116 | 56 |
| Binary | 111010 | 11010 | 11010000 | 1001000 | 1011000 | 0 | 10010 | 11111011 | 1001110 | 101110 |
Color Harmonies of #3A1AD0
Complementary color
Monochromatic Colors of #3A1AD0
Black with #3A1AD0
Text Example
Text Example
White with #3A1AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1AD0; }
p { color: rgb(58,26,208); }
H1.HeaderClassName
{
color: #3A1AD0;
}
.AnyTagClassName
{
color: #3A1AD0;
}
</style>
background-color css
<style>
a { background-color: #3A1AD0; }
a { background-color: rgb(58,26,208); }
div.DivClassName
{
background-color: #3A1AD0;
}
.BgClassName
{
background-color: #3A1AD0;
}
</style>
border-color css
<style>
span { border-color: #3A1AD0; }
span { border-color: rgb(58,26,208); }
td.TdClassName
{
border-color: #3A1AD0;
}
.TagClassName
{
border-color: #3A1AD0;
}
</style>