Shades of Han Purple #3A16FC
Tints of Han Purple #3A16FC
RGB
CMYK
RGB Variations
Color information
#3A16FC (or 0x3A16FC) is known color: Han Purple. HEX triplet: 3A, 16 and FC. RGB value is (58,22,252). Sum of RGB (Red+Green+Blue) = 58+22+252=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A16FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A16FC is #C5E903. Grayscale: #3A3A3A. Windows color (decimal): -12970244 or 16520762. OLE color: 16520762.
HSL color Cylindrical-coordinate representation of color #3A16FC: hue angle of 249.39º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A16FC is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 22 | 252 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.01 |
| HSL | 249.39º | 0.97% | 0.54% | - |
| HSV(B) | 249.39º | 0.91% | 0.99% | - |
| XYZ | 19.6 | 8.5 | 92.7 | - |
| YUV | 58.98 | 236.93 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 252 | 0.77 | 0.91 | 0 | 0.01 | 249.39 | 0.97 | 0.54 |
| Hex | 3A | 16 | FC | 4D | 5B | 0 | 1 | F9 | 61 | 36 |
| Octal | 72 | 26 | 374 | 115 | 133 | 0 | 1 | 371 | 141 | 66 |
| Binary | 111010 | 10110 | 11111100 | 1001101 | 1011011 | 0 | 1 | 11111001 | 1100001 | 110110 |
Color Harmonies of #3A16FC
Complementary color
Monochromatic Colors of #3A16FC
Black with #3A16FC
Text Example
Text Example
White with #3A16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16FC; }
p { color: rgb(58,22,252); }
H1.HeaderClassName
{
color: #3A16FC;
}
.AnyTagClassName
{
color: #3A16FC;
}
</style>
background-color css
<style>
a { background-color: #3A16FC; }
a { background-color: rgb(58,22,252); }
div.DivClassName
{
background-color: #3A16FC;
}
.BgClassName
{
background-color: #3A16FC;
}
</style>
border-color css
<style>
span { border-color: #3A16FC; }
span { border-color: rgb(58,22,252); }
td.TdClassName
{
border-color: #3A16FC;
}
.TagClassName
{
border-color: #3A16FC;
}
</style>