Shades of Han Purple #3A16CC
Tints of Han Purple #3A16CC
RGB
CMYK
RGB Variations
Color information
#3A16CC (or 0x3A16CC) is known color: Han Purple. HEX triplet: 3A, 16 and CC. RGB value is (58,22,204). Sum of RGB (Red+Green+Blue) = 58+22+204=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A16CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A16CC is #C5E933. Grayscale: #343434. Windows color (decimal): -12970292 or 13375034. OLE color: 13375034.
HSL color Cylindrical-coordinate representation of color #3A16CC: hue angle of 251.87º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A16CC is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 22 | 204 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.2 |
| HSL | 251.87º | 0.81% | 0.44% | - |
| HSV(B) | 251.87º | 0.89% | 0.8% | - |
| XYZ | 12.93 | 5.83 | 57.57 | - |
| YUV | 53.51 | 212.93 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 204 | 0.72 | 0.89 | 0 | 0.2 | 251.87 | 0.81 | 0.44 |
| Hex | 3A | 16 | CC | 48 | 59 | 0 | 14 | FC | 51 | 2C |
| Octal | 72 | 26 | 314 | 110 | 131 | 0 | 24 | 374 | 121 | 54 |
| Binary | 111010 | 10110 | 11001100 | 1001000 | 1011001 | 0 | 10100 | 11111100 | 1010001 | 101100 |
Color Harmonies of #3A16CC
Complementary color
Monochromatic Colors of #3A16CC
Black with #3A16CC
Text Example
Text Example
White with #3A16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A16CC; }
p { color: rgb(58,22,204); }
H1.HeaderClassName
{
color: #3A16CC;
}
.AnyTagClassName
{
color: #3A16CC;
}
</style>
background-color css
<style>
a { background-color: #3A16CC; }
a { background-color: rgb(58,22,204); }
div.DivClassName
{
background-color: #3A16CC;
}
.BgClassName
{
background-color: #3A16CC;
}
</style>
border-color css
<style>
span { border-color: #3A16CC; }
span { border-color: rgb(58,22,204); }
td.TdClassName
{
border-color: #3A16CC;
}
.TagClassName
{
border-color: #3A16CC;
}
</style>