Shades of Han Purple #3A16EF
Tints of Han Purple #3A16EF
RGB
CMYK
RGB Variations
Color information
#3A16EF (or 0x3A16EF) is known color: Han Purple. HEX triplet: 3A, 16 and EF. RGB value is (58,22,239). Sum of RGB (Red+Green+Blue) = 58+22+239=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A16EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A16EF is #C5E910. Grayscale: #383838. Windows color (decimal): -12970257 or 15668794. OLE color: 15668794.
HSL color Cylindrical-coordinate representation of color #3A16EF: hue angle of 249.95º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A16EF is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 22 | 239 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.06 |
| HSL | 249.95º | 0.87% | 0.51% | - |
| HSV(B) | 249.95º | 0.91% | 0.94% | - |
| XYZ | 17.61 | 7.71 | 82.22 | - |
| YUV | 57.5 | 230.43 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 239 | 0.76 | 0.91 | 0 | 0.06 | 249.95 | 0.87 | 0.51 |
| Hex | 3A | 16 | EF | 4C | 5B | 0 | 6 | FA | 57 | 33 |
| Octal | 72 | 26 | 357 | 114 | 133 | 0 | 6 | 372 | 127 | 63 |
| Binary | 111010 | 10110 | 11101111 | 1001100 | 1011011 | 0 | 110 | 11111010 | 1010111 | 110011 |
Color Harmonies of #3A16EF
Complementary color
Monochromatic Colors of #3A16EF
Black with #3A16EF
Text Example
Text Example
White with #3A16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16EF; }
p { color: rgb(58,22,239); }
H1.HeaderClassName
{
color: #3A16EF;
}
.AnyTagClassName
{
color: #3A16EF;
}
</style>
background-color css
<style>
a { background-color: #3A16EF; }
a { background-color: rgb(58,22,239); }
div.DivClassName
{
background-color: #3A16EF;
}
.BgClassName
{
background-color: #3A16EF;
}
</style>
border-color css
<style>
span { border-color: #3A16EF; }
span { border-color: rgb(58,22,239); }
td.TdClassName
{
border-color: #3A16EF;
}
.TagClassName
{
border-color: #3A16EF;
}
</style>