Shades of Han Purple #3A2CDB
Tints of Han Purple #3A2CDB
RGB
CMYK
RGB Variations
Color information
#3A2CDB (or 0x3A2CDB) is known color: Han Purple. HEX triplet: 3A, 2C and DB. RGB value is (58,44,219). Sum of RGB (Red+Green+Blue) = 58+44+219=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A2CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2CDB is #C5D324. Grayscale: #434343. Windows color (decimal): -12964645 or 14363706. OLE color: 14363706.
HSL color Cylindrical-coordinate representation of color #3A2CDB: hue angle of 244.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A2CDB is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 44 | 219 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.14 |
| HSL | 244.8º | 0.71% | 0.52% | - |
| HSV(B) | 244.8º | 0.8% | 0.86% | - |
| XYZ | 15.43 | 7.82 | 67.71 | - |
| YUV | 68.14 | 213.14 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 219 | 0.74 | 0.80 | 0 | 0.14 | 244.8 | 0.71 | 0.52 |
| Hex | 3A | 2C | DB | 4A | 50 | 0 | E | F5 | 47 | 34 |
| Octal | 72 | 54 | 333 | 112 | 120 | 0 | 16 | 365 | 107 | 64 |
| Binary | 111010 | 101100 | 11011011 | 1001010 | 1010000 | 0 | 1110 | 11110101 | 1000111 | 110100 |
Color Harmonies of #3A2CDB
Complementary color
Monochromatic Colors of #3A2CDB
Black with #3A2CDB
Text Example
Text Example
White with #3A2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2CDB; }
p { color: rgb(58,44,219); }
H1.HeaderClassName
{
color: #3A2CDB;
}
.AnyTagClassName
{
color: #3A2CDB;
}
</style>
background-color css
<style>
a { background-color: #3A2CDB; }
a { background-color: rgb(58,44,219); }
div.DivClassName
{
background-color: #3A2CDB;
}
.BgClassName
{
background-color: #3A2CDB;
}
</style>
border-color css
<style>
span { border-color: #3A2CDB; }
span { border-color: rgb(58,44,219); }
td.TdClassName
{
border-color: #3A2CDB;
}
.TagClassName
{
border-color: #3A2CDB;
}
</style>