Shades of Han Purple #3A0DDB
Tints of Han Purple #3A0DDB
RGB
CMYK
RGB Variations
Color information
#3A0DDB (or 0x3A0DDB) is known color: Han Purple. HEX triplet: 3A, 0D and DB. RGB value is (58,13,219). Sum of RGB (Red+Green+Blue) = 58+13+219=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A0DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0DDB is #C5F224. Grayscale: #313131. Windows color (decimal): -12972581 or 14355770. OLE color: 14355770.
HSL color Cylindrical-coordinate representation of color #3A0DDB: hue angle of 253.11º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0DDB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 13 | 219 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.14 |
| HSL | 253.11º | 0.89% | 0.45% | - |
| HSV(B) | 253.11º | 0.94% | 0.86% | - |
| XYZ | 14.68 | 6.3 | 67.46 | - |
| YUV | 49.94 | 223.41 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 219 | 0.74 | 0.94 | 0 | 0.14 | 253.11 | 0.89 | 0.45 |
| Hex | 3A | D | DB | 4A | 5E | 0 | E | FD | 59 | 2D |
| Octal | 72 | 15 | 333 | 112 | 136 | 0 | 16 | 375 | 131 | 55 |
| Binary | 111010 | 1101 | 11011011 | 1001010 | 1011110 | 0 | 1110 | 11111101 | 1011001 | 101101 |
Color Harmonies of #3A0DDB
Complementary color
Monochromatic Colors of #3A0DDB
Black with #3A0DDB
Text Example
Text Example
White with #3A0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0DDB; }
p { color: rgb(58,13,219); }
H1.HeaderClassName
{
color: #3A0DDB;
}
.AnyTagClassName
{
color: #3A0DDB;
}
</style>
background-color css
<style>
a { background-color: #3A0DDB; }
a { background-color: rgb(58,13,219); }
div.DivClassName
{
background-color: #3A0DDB;
}
.BgClassName
{
background-color: #3A0DDB;
}
</style>
border-color css
<style>
span { border-color: #3A0DDB; }
span { border-color: rgb(58,13,219); }
td.TdClassName
{
border-color: #3A0DDB;
}
.TagClassName
{
border-color: #3A0DDB;
}
</style>