Shades of Han Purple #3A19FF
Tints of Han Purple #3A19FF
RGB
CMYK
RGB Variations
Color information
#3A19FF (or 0x3A19FF) is known color: Han Purple. HEX triplet: 3A, 19 and FF. RGB value is (58,25,255). Sum of RGB (Red+Green+Blue) = 58+25+255=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A19FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A19FF is #C5E600. Grayscale: #3C3C3C. Windows color (decimal): -12969473 or 16718138. OLE color: 16718138.
HSL color Cylindrical-coordinate representation of color #3A19FF: hue angle of 248.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A19FF is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 25 | 255 | - |
| CMYK | 0.77 | 0.90 | 0 | 0 |
| HSL | 248.61º | 1% | 0.55% | - |
| HSV(B) | 248.61º | 0.9% | 1% | - |
| XYZ | 20.14 | 8.81 | 95.25 | - |
| YUV | 61.09 | 237.43 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 255 | 0.77 | 0.90 | 0 | 0 | 248.61 | 1 | 0.55 |
| Hex | 3A | 19 | FF | 4D | 5A | 0 | 0 | F9 | 64 | 37 |
| Octal | 72 | 31 | 377 | 115 | 132 | 0 | 0 | 371 | 144 | 67 |
| Binary | 111010 | 11001 | 11111111 | 1001101 | 1011010 | 0 | 0 | 11111001 | 1100100 | 110111 |
Color Harmonies of #3A19FF
Complementary color
Monochromatic Colors of #3A19FF
Black with #3A19FF
Text Example
Text Example
White with #3A19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A19FF; }
p { color: rgb(58,25,255); }
H1.HeaderClassName
{
color: #3A19FF;
}
.AnyTagClassName
{
color: #3A19FF;
}
</style>
background-color css
<style>
a { background-color: #3A19FF; }
a { background-color: rgb(58,25,255); }
div.DivClassName
{
background-color: #3A19FF;
}
.BgClassName
{
background-color: #3A19FF;
}
</style>
border-color css
<style>
span { border-color: #3A19FF; }
span { border-color: rgb(58,25,255); }
td.TdClassName
{
border-color: #3A19FF;
}
.TagClassName
{
border-color: #3A19FF;
}
</style>