Shades of Han Purple #3A1ADD
Tints of Han Purple #3A1ADD
RGB
CMYK
RGB Variations
Color information
#3A1ADD (or 0x3A1ADD) is known color: Han Purple. HEX triplet: 3A, 1A and DD. RGB value is (58,26,221). Sum of RGB (Red+Green+Blue) = 58+26+221=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A1ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1ADD is #C5E522. Grayscale: #393939. Windows color (decimal): -12969251 or 14490170. OLE color: 14490170.
HSL color Cylindrical-coordinate representation of color #3A1ADD: hue angle of 249.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1ADD is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 26 | 221 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.13 |
| HSL | 249.85º | 0.79% | 0.48% | - |
| HSV(B) | 249.85º | 0.88% | 0.87% | - |
| XYZ | 15.17 | 6.86 | 68.93 | - |
| YUV | 57.8 | 220.1 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 221 | 0.74 | 0.88 | 0 | 0.13 | 249.85 | 0.79 | 0.48 |
| Hex | 3A | 1A | DD | 4A | 58 | 0 | D | FA | 4F | 30 |
| Octal | 72 | 32 | 335 | 112 | 130 | 0 | 15 | 372 | 117 | 60 |
| Binary | 111010 | 11010 | 11011101 | 1001010 | 1011000 | 0 | 1101 | 11111010 | 1001111 | 110000 |
Color Harmonies of #3A1ADD
Complementary color
Monochromatic Colors of #3A1ADD
Black with #3A1ADD
Text Example
Text Example
White with #3A1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1ADD; }
p { color: rgb(58,26,221); }
H1.HeaderClassName
{
color: #3A1ADD;
}
.AnyTagClassName
{
color: #3A1ADD;
}
</style>
background-color css
<style>
a { background-color: #3A1ADD; }
a { background-color: rgb(58,26,221); }
div.DivClassName
{
background-color: #3A1ADD;
}
.BgClassName
{
background-color: #3A1ADD;
}
</style>
border-color css
<style>
span { border-color: #3A1ADD; }
span { border-color: rgb(58,26,221); }
td.TdClassName
{
border-color: #3A1ADD;
}
.TagClassName
{
border-color: #3A1ADD;
}
</style>