Shades of Han Purple #3A16F1
Tints of Han Purple #3A16F1
RGB
CMYK
RGB Variations
Color information
#3A16F1 (or 0x3A16F1) is known color: Han Purple. HEX triplet: 3A, 16 and F1. RGB value is (58,22,241). Sum of RGB (Red+Green+Blue) = 58+22+241=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 241 (94.53% from 255 or 75.08% from 321); Max value from RGB is 241 - color contains mainly: blue. Hex color #3A16F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A16F1 is #C5E90E. Grayscale: #383838. Windows color (decimal): -12970255 or 15799866. OLE color: 15799866.
HSL color Cylindrical-coordinate representation of color #3A16F1: hue angle of 249.86º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A16F1 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 22 | 241 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.05 |
| HSL | 249.86º | 0.89% | 0.52% | - |
| HSV(B) | 249.86º | 0.91% | 0.95% | - |
| XYZ | 17.91 | 7.82 | 83.79 | - |
| YUV | 57.73 | 231.43 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 241 | 0.76 | 0.91 | 0 | 0.05 | 249.86 | 0.89 | 0.52 |
| Hex | 3A | 16 | F1 | 4C | 5B | 0 | 5 | FA | 59 | 34 |
| Octal | 72 | 26 | 361 | 114 | 133 | 0 | 5 | 372 | 131 | 64 |
| Binary | 111010 | 10110 | 11110001 | 1001100 | 1011011 | 0 | 101 | 11111010 | 1011001 | 110100 |
Color Harmonies of #3A16F1
Complementary color
Monochromatic Colors of #3A16F1
Black with #3A16F1
Text Example
Text Example
White with #3A16F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16F1; }
p { color: rgb(58,22,241); }
H1.HeaderClassName
{
color: #3A16F1;
}
.AnyTagClassName
{
color: #3A16F1;
}
</style>
background-color css
<style>
a { background-color: #3A16F1; }
a { background-color: rgb(58,22,241); }
div.DivClassName
{
background-color: #3A16F1;
}
.BgClassName
{
background-color: #3A16F1;
}
</style>
border-color css
<style>
span { border-color: #3A16F1; }
span { border-color: rgb(58,22,241); }
td.TdClassName
{
border-color: #3A16F1;
}
.TagClassName
{
border-color: #3A16F1;
}
</style>