Shades of Han Purple #3A16F4
Tints of Han Purple #3A16F4
RGB
CMYK
RGB Variations
Color information
#3A16F4 (or 0x3A16F4) is known color: Han Purple. HEX triplet: 3A, 16 and F4. RGB value is (58,22,244). Sum of RGB (Red+Green+Blue) = 58+22+244=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 244 (95.70% from 255 or 75.31% from 324); Max value from RGB is 244 - color contains mainly: blue. Hex color #3A16F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A16F4 is #C5E90B. Grayscale: #393939. Windows color (decimal): -12970252 or 15996474. OLE color: 15996474.
HSL color Cylindrical-coordinate representation of color #3A16F4: hue angle of 249.73º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A16F4 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 22 | 244 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.04 |
| HSL | 249.73º | 0.91% | 0.52% | - |
| HSV(B) | 249.73º | 0.91% | 0.96% | - |
| XYZ | 18.36 | 8.01 | 86.17 | - |
| YUV | 58.07 | 232.93 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 244 | 0.76 | 0.91 | 0 | 0.04 | 249.73 | 0.91 | 0.52 |
| Hex | 3A | 16 | F4 | 4C | 5B | 0 | 4 | FA | 5B | 34 |
| Octal | 72 | 26 | 364 | 114 | 133 | 0 | 4 | 372 | 133 | 64 |
| Binary | 111010 | 10110 | 11110100 | 1001100 | 1011011 | 0 | 100 | 11111010 | 1011011 | 110100 |
Color Harmonies of #3A16F4
Complementary color
Monochromatic Colors of #3A16F4
Black with #3A16F4
Text Example
Text Example
White with #3A16F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16F4; }
p { color: rgb(58,22,244); }
H1.HeaderClassName
{
color: #3A16F4;
}
.AnyTagClassName
{
color: #3A16F4;
}
</style>
background-color css
<style>
a { background-color: #3A16F4; }
a { background-color: rgb(58,22,244); }
div.DivClassName
{
background-color: #3A16F4;
}
.BgClassName
{
background-color: #3A16F4;
}
</style>
border-color css
<style>
span { border-color: #3A16F4; }
span { border-color: rgb(58,22,244); }
td.TdClassName
{
border-color: #3A16F4;
}
.TagClassName
{
border-color: #3A16F4;
}
</style>