Shades of Han Purple #3A17DB
Tints of Han Purple #3A17DB
RGB
CMYK
RGB Variations
Color information
#3A17DB (or 0x3A17DB) is known color: Han Purple. HEX triplet: 3A, 17 and DB. RGB value is (58,23,219). Sum of RGB (Red+Green+Blue) = 58+23+219=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A17DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A17DB is #C5E824. Grayscale: #373737. Windows color (decimal): -12970021 or 14358330. OLE color: 14358330.
HSL color Cylindrical-coordinate representation of color #3A17DB: hue angle of 250.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A17DB is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 23 | 219 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.14 |
| HSL | 250.71º | 0.81% | 0.47% | - |
| HSV(B) | 250.71º | 0.89% | 0.86% | - |
| XYZ | 14.84 | 6.63 | 67.51 | - |
| YUV | 55.81 | 220.1 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 219 | 0.74 | 0.89 | 0 | 0.14 | 250.71 | 0.81 | 0.47 |
| Hex | 3A | 17 | DB | 4A | 59 | 0 | E | FB | 51 | 2F |
| Octal | 72 | 27 | 333 | 112 | 131 | 0 | 16 | 373 | 121 | 57 |
| Binary | 111010 | 10111 | 11011011 | 1001010 | 1011001 | 0 | 1110 | 11111011 | 1010001 | 101111 |
Color Harmonies of #3A17DB
Complementary color
Monochromatic Colors of #3A17DB
Black with #3A17DB
Text Example
Text Example
White with #3A17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17DB; }
p { color: rgb(58,23,219); }
H1.HeaderClassName
{
color: #3A17DB;
}
.AnyTagClassName
{
color: #3A17DB;
}
</style>
background-color css
<style>
a { background-color: #3A17DB; }
a { background-color: rgb(58,23,219); }
div.DivClassName
{
background-color: #3A17DB;
}
.BgClassName
{
background-color: #3A17DB;
}
</style>
border-color css
<style>
span { border-color: #3A17DB; }
span { border-color: rgb(58,23,219); }
td.TdClassName
{
border-color: #3A17DB;
}
.TagClassName
{
border-color: #3A17DB;
}
</style>