Shades of Han Purple #3A19EF
Tints of Han Purple #3A19EF
RGB
CMYK
RGB Variations
Color information
#3A19EF (or 0x3A19EF) is known color: Han Purple. HEX triplet: 3A, 19 and EF. RGB value is (58,25,239). Sum of RGB (Red+Green+Blue) = 58+25+239=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A19EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A19EF is #C5E610. Grayscale: #3A3A3A. Windows color (decimal): -12969489 or 15669562. OLE color: 15669562.
HSL color Cylindrical-coordinate representation of color #3A19EF: hue angle of 249.25º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A19EF is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 25 | 239 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.06 |
| HSL | 249.25º | 0.87% | 0.52% | - |
| HSV(B) | 249.25º | 0.9% | 0.94% | - |
| XYZ | 17.67 | 7.83 | 82.24 | - |
| YUV | 59.26 | 229.43 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 239 | 0.76 | 0.90 | 0 | 0.06 | 249.25 | 0.87 | 0.52 |
| Hex | 3A | 19 | EF | 4C | 5A | 0 | 6 | F9 | 57 | 34 |
| Octal | 72 | 31 | 357 | 114 | 132 | 0 | 6 | 371 | 127 | 64 |
| Binary | 111010 | 11001 | 11101111 | 1001100 | 1011010 | 0 | 110 | 11111001 | 1010111 | 110100 |
Color Harmonies of #3A19EF
Complementary color
Monochromatic Colors of #3A19EF
Black with #3A19EF
Text Example
Text Example
White with #3A19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A19EF; }
p { color: rgb(58,25,239); }
H1.HeaderClassName
{
color: #3A19EF;
}
.AnyTagClassName
{
color: #3A19EF;
}
</style>
background-color css
<style>
a { background-color: #3A19EF; }
a { background-color: rgb(58,25,239); }
div.DivClassName
{
background-color: #3A19EF;
}
.BgClassName
{
background-color: #3A19EF;
}
</style>
border-color css
<style>
span { border-color: #3A19EF; }
span { border-color: rgb(58,25,239); }
td.TdClassName
{
border-color: #3A19EF;
}
.TagClassName
{
border-color: #3A19EF;
}
</style>