Shades of Han Purple #3A10DB
Tints of Han Purple #3A10DB
RGB
CMYK
RGB Variations
Color information
#3A10DB (or 0x3A10DB) is known color: Han Purple. HEX triplet: 3A, 10 and DB. RGB value is (58,16,219). Sum of RGB (Red+Green+Blue) = 58+16+219=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A10DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A10DB is #C5EF24. Grayscale: #323232. Windows color (decimal): -12971813 or 14356538. OLE color: 14356538.
HSL color Cylindrical-coordinate representation of color #3A10DB: hue angle of 252.41º degrees, saturation: 0.86, 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 #3A10DB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 16 | 219 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.14 |
| HSL | 252.41º | 0.86% | 0.46% | - |
| HSV(B) | 252.41º | 0.93% | 0.86% | - |
| XYZ | 14.72 | 6.38 | 67.47 | - |
| YUV | 51.7 | 222.41 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 219 | 0.74 | 0.93 | 0 | 0.14 | 252.41 | 0.86 | 0.46 |
| Hex | 3A | 10 | DB | 4A | 5D | 0 | E | FC | 56 | 2E |
| Octal | 72 | 20 | 333 | 112 | 135 | 0 | 16 | 374 | 126 | 56 |
| Binary | 111010 | 10000 | 11011011 | 1001010 | 1011101 | 0 | 1110 | 11111100 | 1010110 | 101110 |
Color Harmonies of #3A10DB
Complementary color
Monochromatic Colors of #3A10DB
Black with #3A10DB
Text Example
Text Example
White with #3A10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A10DB; }
p { color: rgb(58,16,219); }
H1.HeaderClassName
{
color: #3A10DB;
}
.AnyTagClassName
{
color: #3A10DB;
}
</style>
background-color css
<style>
a { background-color: #3A10DB; }
a { background-color: rgb(58,16,219); }
div.DivClassName
{
background-color: #3A10DB;
}
.BgClassName
{
background-color: #3A10DB;
}
</style>
border-color css
<style>
span { border-color: #3A10DB; }
span { border-color: rgb(58,16,219); }
td.TdClassName
{
border-color: #3A10DB;
}
.TagClassName
{
border-color: #3A10DB;
}
</style>