Shades of Han Purple #3A01DB
Tints of Han Purple #3A01DB
RGB
CMYK
RGB Variations
Color information
#3A01DB (or 0x3A01DB) is known color: Han Purple. HEX triplet: 3A, 01 and DB. RGB value is (58,1,219). Sum of RGB (Red+Green+Blue) = 58+1+219=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A01DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A01DB is #C5FE24. Grayscale: #2A2A2A. Windows color (decimal): -12975653 or 14352698. OLE color: 14352698.
HSL color Cylindrical-coordinate representation of color #3A01DB: hue angle of 255.69º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A01DB is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 1 | 219 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.14 |
| HSL | 255.69º | 0.99% | 0.43% | - |
| HSV(B) | 255.69º | 1% | 0.86% | - |
| XYZ | 14.54 | 6.04 | 67.42 | - |
| YUV | 42.9 | 227.38 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 219 | 0.74 | 1.00 | 0 | 0.14 | 255.69 | 0.99 | 0.43 |
| Hex | 3A | 1 | DB | 4A | 64 | 0 | E | 100 | 63 | 2B |
| Octal | 72 | 1 | 333 | 112 | 144 | 0 | 16 | 400 | 143 | 53 |
| Binary | 111010 | 1 | 11011011 | 1001010 | 1100100 | 0 | 1110 | 100000000 | 1100011 | 101011 |
Color Harmonies of #3A01DB
Complementary color
Monochromatic Colors of #3A01DB
Black with #3A01DB
Text Example
Text Example
White with #3A01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A01DB; }
p { color: rgb(58,1,219); }
H1.HeaderClassName
{
color: #3A01DB;
}
.AnyTagClassName
{
color: #3A01DB;
}
</style>
background-color css
<style>
a { background-color: #3A01DB; }
a { background-color: rgb(58,1,219); }
div.DivClassName
{
background-color: #3A01DB;
}
.BgClassName
{
background-color: #3A01DB;
}
</style>
border-color css
<style>
span { border-color: #3A01DB; }
span { border-color: rgb(58,1,219); }
td.TdClassName
{
border-color: #3A01DB;
}
.TagClassName
{
border-color: #3A01DB;
}
</style>