Shades of Han Purple #3B16EC
Tints of Han Purple #3B16EC
RGB
CMYK
RGB Variations
Color information
#3B16EC (or 0x3B16EC) is known color: Han Purple. HEX triplet: 3B, 16 and EC. RGB value is (59,22,236). Sum of RGB (Red+Green+Blue) = 59+22+236=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B16EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B16EC is #C4E913. Grayscale: #383838. Windows color (decimal): -12904724 or 15472187. OLE color: 15472187.
HSL color Cylindrical-coordinate representation of color #3B16EC: hue angle of 250.37º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B16EC is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 22 | 236 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.07 |
| HSL | 250.37º | 0.85% | 0.51% | - |
| HSV(B) | 250.37º | 0.91% | 0.93% | - |
| XYZ | 17.23 | 7.56 | 79.91 | - |
| YUV | 57.46 | 228.76 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 236 | 0.75 | 0.91 | 0 | 0.07 | 250.37 | 0.85 | 0.51 |
| Hex | 3B | 16 | EC | 4B | 5B | 0 | 7 | FA | 55 | 33 |
| Octal | 73 | 26 | 354 | 113 | 133 | 0 | 7 | 372 | 125 | 63 |
| Binary | 111011 | 10110 | 11101100 | 1001011 | 1011011 | 0 | 111 | 11111010 | 1010101 | 110011 |
Color Harmonies of #3B16EC
Complementary color
Monochromatic Colors of #3B16EC
Black with #3B16EC
Text Example
Text Example
White with #3B16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B16EC; }
p { color: rgb(59,22,236); }
H1.HeaderClassName
{
color: #3B16EC;
}
.AnyTagClassName
{
color: #3B16EC;
}
</style>
background-color css
<style>
a { background-color: #3B16EC; }
a { background-color: rgb(59,22,236); }
div.DivClassName
{
background-color: #3B16EC;
}
.BgClassName
{
background-color: #3B16EC;
}
</style>
border-color css
<style>
span { border-color: #3B16EC; }
span { border-color: rgb(59,22,236); }
td.TdClassName
{
border-color: #3B16EC;
}
.TagClassName
{
border-color: #3B16EC;
}
</style>