Shades of Han Purple #3A2BDB
Tints of Han Purple #3A2BDB
RGB
CMYK
RGB Variations
Color information
#3A2BDB (or 0x3A2BDB) is known color: Han Purple. HEX triplet: 3A, 2B and DB. RGB value is (58,43,219). Sum of RGB (Red+Green+Blue) = 58+43+219=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A2BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2BDB is #C5D424. Grayscale: #424242. Windows color (decimal): -12964901 or 14363450. OLE color: 14363450.
HSL color Cylindrical-coordinate representation of color #3A2BDB: hue angle of 245.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A2BDB is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 43 | 219 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.14 |
| HSL | 245.11º | 0.71% | 0.51% | - |
| HSV(B) | 245.11º | 0.8% | 0.86% | - |
| XYZ | 15.39 | 7.74 | 67.7 | - |
| YUV | 67.55 | 213.47 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 219 | 0.74 | 0.80 | 0 | 0.14 | 245.11 | 0.71 | 0.51 |
| Hex | 3A | 2B | DB | 4A | 50 | 0 | E | F5 | 47 | 33 |
| Octal | 72 | 53 | 333 | 112 | 120 | 0 | 16 | 365 | 107 | 63 |
| Binary | 111010 | 101011 | 11011011 | 1001010 | 1010000 | 0 | 1110 | 11110101 | 1000111 | 110011 |
Color Harmonies of #3A2BDB
Complementary color
Monochromatic Colors of #3A2BDB
Black with #3A2BDB
Text Example
Text Example
White with #3A2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2BDB; }
p { color: rgb(58,43,219); }
H1.HeaderClassName
{
color: #3A2BDB;
}
.AnyTagClassName
{
color: #3A2BDB;
}
</style>
background-color css
<style>
a { background-color: #3A2BDB; }
a { background-color: rgb(58,43,219); }
div.DivClassName
{
background-color: #3A2BDB;
}
.BgClassName
{
background-color: #3A2BDB;
}
</style>
border-color css
<style>
span { border-color: #3A2BDB; }
span { border-color: rgb(58,43,219); }
td.TdClassName
{
border-color: #3A2BDB;
}
.TagClassName
{
border-color: #3A2BDB;
}
</style>