Shades of Han Purple #3A16F9
Tints of Han Purple #3A16F9
RGB
CMYK
RGB Variations
Color information
#3A16F9 (or 0x3A16F9) is known color: Han Purple. HEX triplet: 3A, 16 and F9. RGB value is (58,22,249). Sum of RGB (Red+Green+Blue) = 58+22+249=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A16F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A16F9 is #C5E906. Grayscale: #393939. Windows color (decimal): -12970247 or 16324154. OLE color: 16324154.
HSL color Cylindrical-coordinate representation of color #3A16F9: hue angle of 249.52º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A16F9 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 22 | 249 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.02 |
| HSL | 249.52º | 0.95% | 0.53% | - |
| HSV(B) | 249.52º | 0.91% | 0.98% | - |
| XYZ | 19.13 | 8.31 | 90.22 | - |
| YUV | 58.64 | 235.43 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 249 | 0.77 | 0.91 | 0 | 0.02 | 249.52 | 0.95 | 0.53 |
| Hex | 3A | 16 | F9 | 4D | 5B | 0 | 2 | FA | 5F | 35 |
| Octal | 72 | 26 | 371 | 115 | 133 | 0 | 2 | 372 | 137 | 65 |
| Binary | 111010 | 10110 | 11111001 | 1001101 | 1011011 | 0 | 10 | 11111010 | 1011111 | 110101 |
Color Harmonies of #3A16F9
Complementary color
Monochromatic Colors of #3A16F9
Black with #3A16F9
Text Example
Text Example
White with #3A16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16F9; }
p { color: rgb(58,22,249); }
H1.HeaderClassName
{
color: #3A16F9;
}
.AnyTagClassName
{
color: #3A16F9;
}
</style>
background-color css
<style>
a { background-color: #3A16F9; }
a { background-color: rgb(58,22,249); }
div.DivClassName
{
background-color: #3A16F9;
}
.BgClassName
{
background-color: #3A16F9;
}
</style>
border-color css
<style>
span { border-color: #3A16F9; }
span { border-color: rgb(58,22,249); }
td.TdClassName
{
border-color: #3A16F9;
}
.TagClassName
{
border-color: #3A16F9;
}
</style>