Shades of Han Purple #3A0FDB
Tints of Han Purple #3A0FDB
RGB
CMYK
RGB Variations
Color information
#3A0FDB (or 0x3A0FDB) is known color: Han Purple. HEX triplet: 3A, 0F and DB. RGB value is (58,15,219). Sum of RGB (Red+Green+Blue) = 58+15+219=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A0FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0FDB is #C5F024. Grayscale: #323232. Windows color (decimal): -12972069 or 14356282. OLE color: 14356282.
HSL color Cylindrical-coordinate representation of color #3A0FDB: hue angle of 252.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0FDB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 15 | 219 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.14 |
| HSL | 252.65º | 0.87% | 0.46% | - |
| HSV(B) | 252.65º | 0.93% | 0.86% | - |
| XYZ | 14.7 | 6.36 | 67.47 | - |
| YUV | 51.11 | 222.75 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 219 | 0.74 | 0.93 | 0 | 0.14 | 252.65 | 0.87 | 0.46 |
| Hex | 3A | F | DB | 4A | 5D | 0 | E | FD | 57 | 2E |
| Octal | 72 | 17 | 333 | 112 | 135 | 0 | 16 | 375 | 127 | 56 |
| Binary | 111010 | 1111 | 11011011 | 1001010 | 1011101 | 0 | 1110 | 11111101 | 1010111 | 101110 |
Color Harmonies of #3A0FDB
Complementary color
Monochromatic Colors of #3A0FDB
Black with #3A0FDB
Text Example
Text Example
White with #3A0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0FDB; }
p { color: rgb(58,15,219); }
H1.HeaderClassName
{
color: #3A0FDB;
}
.AnyTagClassName
{
color: #3A0FDB;
}
</style>
background-color css
<style>
a { background-color: #3A0FDB; }
a { background-color: rgb(58,15,219); }
div.DivClassName
{
background-color: #3A0FDB;
}
.BgClassName
{
background-color: #3A0FDB;
}
</style>
border-color css
<style>
span { border-color: #3A0FDB; }
span { border-color: rgb(58,15,219); }
td.TdClassName
{
border-color: #3A0FDB;
}
.TagClassName
{
border-color: #3A0FDB;
}
</style>