Shades of Han Purple #3A1DDB
Tints of Han Purple #3A1DDB
RGB
CMYK
RGB Variations
Color information
#3A1DDB (or 0x3A1DDB) is known color: Han Purple. HEX triplet: 3A, 1D and DB. RGB value is (58,29,219). Sum of RGB (Red+Green+Blue) = 58+29+219=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A1DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1DDB is #C5E224. Grayscale: #3A3A3A. Windows color (decimal): -12968485 or 14359866. OLE color: 14359866.
HSL color Cylindrical-coordinate representation of color #3A1DDB: hue angle of 249.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1DDB is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 29 | 219 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.14 |
| HSL | 249.16º | 0.77% | 0.49% | - |
| HSV(B) | 249.16º | 0.87% | 0.86% | - |
| XYZ | 14.97 | 6.89 | 67.56 | - |
| YUV | 59.33 | 218.11 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 219 | 0.74 | 0.87 | 0 | 0.14 | 249.16 | 0.77 | 0.49 |
| Hex | 3A | 1D | DB | 4A | 57 | 0 | E | F9 | 4D | 31 |
| Octal | 72 | 35 | 333 | 112 | 127 | 0 | 16 | 371 | 115 | 61 |
| Binary | 111010 | 11101 | 11011011 | 1001010 | 1010111 | 0 | 1110 | 11111001 | 1001101 | 110001 |
Color Harmonies of #3A1DDB
Complementary color
Monochromatic Colors of #3A1DDB
Black with #3A1DDB
Text Example
Text Example
White with #3A1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1DDB; }
p { color: rgb(58,29,219); }
H1.HeaderClassName
{
color: #3A1DDB;
}
.AnyTagClassName
{
color: #3A1DDB;
}
</style>
background-color css
<style>
a { background-color: #3A1DDB; }
a { background-color: rgb(58,29,219); }
div.DivClassName
{
background-color: #3A1DDB;
}
.BgClassName
{
background-color: #3A1DDB;
}
</style>
border-color css
<style>
span { border-color: #3A1DDB; }
span { border-color: rgb(58,29,219); }
td.TdClassName
{
border-color: #3A1DDB;
}
.TagClassName
{
border-color: #3A1DDB;
}
</style>