Shades of Han Purple #3A25DB
Tints of Han Purple #3A25DB
RGB
CMYK
RGB Variations
Color information
#3A25DB (or 0x3A25DB) is known color: Han Purple. HEX triplet: 3A, 25 and DB. RGB value is (58,37,219). Sum of RGB (Red+Green+Blue) = 58+37+219=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A25DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25DB is #C5DA24. Grayscale: #3F3F3F. Windows color (decimal): -12966437 or 14361914. OLE color: 14361914.
HSL color Cylindrical-coordinate representation of color #3A25DB: hue angle of 246.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A25DB is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 37 | 219 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.14 |
| HSL | 246.92º | 0.72% | 0.5% | - |
| HSV(B) | 246.92º | 0.83% | 0.86% | - |
| XYZ | 15.19 | 7.34 | 67.63 | - |
| YUV | 64.03 | 215.46 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 219 | 0.74 | 0.83 | 0 | 0.14 | 246.92 | 0.72 | 0.5 |
| Hex | 3A | 25 | DB | 4A | 53 | 0 | E | F7 | 48 | 32 |
| Octal | 72 | 45 | 333 | 112 | 123 | 0 | 16 | 367 | 110 | 62 |
| Binary | 111010 | 100101 | 11011011 | 1001010 | 1010011 | 0 | 1110 | 11110111 | 1001000 | 110010 |
Color Harmonies of #3A25DB
Complementary color
Monochromatic Colors of #3A25DB
Black with #3A25DB
Text Example
Text Example
White with #3A25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A25DB; }
p { color: rgb(58,37,219); }
H1.HeaderClassName
{
color: #3A25DB;
}
.AnyTagClassName
{
color: #3A25DB;
}
</style>
background-color css
<style>
a { background-color: #3A25DB; }
a { background-color: rgb(58,37,219); }
div.DivClassName
{
background-color: #3A25DB;
}
.BgClassName
{
background-color: #3A25DB;
}
</style>
border-color css
<style>
span { border-color: #3A25DB; }
span { border-color: rgb(58,37,219); }
td.TdClassName
{
border-color: #3A25DB;
}
.TagClassName
{
border-color: #3A25DB;
}
</style>