Shades of Han Purple #3A22D1
Tints of Han Purple #3A22D1
RGB
CMYK
RGB Variations
Color information
#3A22D1 (or 0x3A22D1) is known color: Han Purple. HEX triplet: 3A, 22 and D1. RGB value is (58,34,209). Sum of RGB (Red+Green+Blue) = 58+34+209=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 209 (82.03% from 255 or 69.44% from 301); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A22D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A22D1 is #C5DD2E. Grayscale: #3C3C3C. Windows color (decimal): -12967215 or 13705786. OLE color: 13705786.
HSL color Cylindrical-coordinate representation of color #3A22D1: hue angle of 248.23º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A22D1 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 34 | 209 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.18 |
| HSL | 248.23º | 0.72% | 0.48% | - |
| HSV(B) | 248.23º | 0.84% | 0.82% | - |
| XYZ | 13.83 | 6.65 | 60.88 | - |
| YUV | 61.13 | 211.45 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 34 | 209 | 0.72 | 0.84 | 0 | 0.18 | 248.23 | 0.72 | 0.48 |
| Hex | 3A | 22 | D1 | 48 | 54 | 0 | 12 | F8 | 48 | 30 |
| Octal | 72 | 42 | 321 | 110 | 124 | 0 | 22 | 370 | 110 | 60 |
| Binary | 111010 | 100010 | 11010001 | 1001000 | 1010100 | 0 | 10010 | 11111000 | 1001000 | 110000 |
Color Harmonies of #3A22D1
Complementary color
Monochromatic Colors of #3A22D1
Black with #3A22D1
Text Example
Text Example
White with #3A22D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A22D1; }
p { color: rgb(58,34,209); }
H1.HeaderClassName
{
color: #3A22D1;
}
.AnyTagClassName
{
color: #3A22D1;
}
</style>
background-color css
<style>
a { background-color: #3A22D1; }
a { background-color: rgb(58,34,209); }
div.DivClassName
{
background-color: #3A22D1;
}
.BgClassName
{
background-color: #3A22D1;
}
</style>
border-color css
<style>
span { border-color: #3A22D1; }
span { border-color: rgb(58,34,209); }
td.TdClassName
{
border-color: #3A22D1;
}
.TagClassName
{
border-color: #3A22D1;
}
</style>