Shades of Han Purple #3A0EDB
Tints of Han Purple #3A0EDB
RGB
CMYK
RGB Variations
Color information
#3A0EDB (or 0x3A0EDB) is known color: Han Purple. HEX triplet: 3A, 0E and DB. RGB value is (58,14,219). Sum of RGB (Red+Green+Blue) = 58+14+219=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A0EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0EDB is #C5F124. Grayscale: #313131. Windows color (decimal): -12972325 or 14356026. OLE color: 14356026.
HSL color Cylindrical-coordinate representation of color #3A0EDB: hue angle of 252.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0EDB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 14 | 219 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.14 |
| HSL | 252.88º | 0.88% | 0.46% | - |
| HSV(B) | 252.88º | 0.94% | 0.86% | - |
| XYZ | 14.69 | 6.33 | 67.47 | - |
| YUV | 50.53 | 223.08 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 219 | 0.74 | 0.94 | 0 | 0.14 | 252.88 | 0.88 | 0.46 |
| Hex | 3A | E | DB | 4A | 5E | 0 | E | FD | 58 | 2E |
| Octal | 72 | 16 | 333 | 112 | 136 | 0 | 16 | 375 | 130 | 56 |
| Binary | 111010 | 1110 | 11011011 | 1001010 | 1011110 | 0 | 1110 | 11111101 | 1011000 | 101110 |
Color Harmonies of #3A0EDB
Complementary color
Monochromatic Colors of #3A0EDB
Black with #3A0EDB
Text Example
Text Example
White with #3A0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EDB; }
p { color: rgb(58,14,219); }
H1.HeaderClassName
{
color: #3A0EDB;
}
.AnyTagClassName
{
color: #3A0EDB;
}
</style>
background-color css
<style>
a { background-color: #3A0EDB; }
a { background-color: rgb(58,14,219); }
div.DivClassName
{
background-color: #3A0EDB;
}
.BgClassName
{
background-color: #3A0EDB;
}
</style>
border-color css
<style>
span { border-color: #3A0EDB; }
span { border-color: rgb(58,14,219); }
td.TdClassName
{
border-color: #3A0EDB;
}
.TagClassName
{
border-color: #3A0EDB;
}
</style>