Shades of Han Purple #3B0EEC
Tints of Han Purple #3B0EEC
RGB
CMYK
RGB Variations
Color information
#3B0EEC (or 0x3B0EEC) is known color: Han Purple. HEX triplet: 3B, 0E and EC. RGB value is (59,14,236). Sum of RGB (Red+Green+Blue) = 59+14+236=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 236 (92.58% from 255 or 76.38% from 309); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B0EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0EEC is #C4F113. Grayscale: #333333. Windows color (decimal): -12906772 or 15470139. OLE color: 15470139.
HSL color Cylindrical-coordinate representation of color #3B0EEC: hue angle of 252.16º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0EEC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 14 | 236 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.07 |
| HSL | 252.16º | 0.89% | 0.49% | - |
| HSV(B) | 252.16º | 0.94% | 0.93% | - |
| XYZ | 17.1 | 7.3 | 79.86 | - |
| YUV | 52.76 | 231.41 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 236 | 0.75 | 0.94 | 0 | 0.07 | 252.16 | 0.89 | 0.49 |
| Hex | 3B | E | EC | 4B | 5E | 0 | 7 | FC | 59 | 31 |
| Octal | 73 | 16 | 354 | 113 | 136 | 0 | 7 | 374 | 131 | 61 |
| Binary | 111011 | 1110 | 11101100 | 1001011 | 1011110 | 0 | 111 | 11111100 | 1011001 | 110001 |
Color Harmonies of #3B0EEC
Complementary color
Monochromatic Colors of #3B0EEC
Black with #3B0EEC
Text Example
Text Example
White with #3B0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0EEC; }
p { color: rgb(59,14,236); }
H1.HeaderClassName
{
color: #3B0EEC;
}
.AnyTagClassName
{
color: #3B0EEC;
}
</style>
background-color css
<style>
a { background-color: #3B0EEC; }
a { background-color: rgb(59,14,236); }
div.DivClassName
{
background-color: #3B0EEC;
}
.BgClassName
{
background-color: #3B0EEC;
}
</style>
border-color css
<style>
span { border-color: #3B0EEC; }
span { border-color: rgb(59,14,236); }
td.TdClassName
{
border-color: #3B0EEC;
}
.TagClassName
{
border-color: #3B0EEC;
}
</style>