Shades of Han Purple #3016EC
Tints of Han Purple #3016EC
RGB
CMYK
RGB Variations
Color information
#3016EC (or 0x3016EC) is known color: Han Purple. HEX triplet: 30, 16 and EC. RGB value is (48,22,236). Sum of RGB (Red+Green+Blue) = 48+22+236=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #3016EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3016EC is #CFE913. Grayscale: #353535. Windows color (decimal): -13625620 or 15472176. OLE color: 15472176.
HSL color Cylindrical-coordinate representation of color #3016EC: hue angle of 247.29º 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 #3016EC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 22 | 236 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.07 |
| HSL | 247.29º | 0.85% | 0.51% | - |
| HSV(B) | 247.29º | 0.91% | 0.93% | - |
| XYZ | 16.65 | 7.26 | 79.88 | - |
| YUV | 54.17 | 230.61 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 236 | 0.80 | 0.91 | 0 | 0.07 | 247.29 | 0.85 | 0.51 |
| Hex | 30 | 16 | EC | 50 | 5B | 0 | 7 | F7 | 55 | 33 |
| Octal | 60 | 26 | 354 | 120 | 133 | 0 | 7 | 367 | 125 | 63 |
| Binary | 110000 | 10110 | 11101100 | 1010000 | 1011011 | 0 | 111 | 11110111 | 1010101 | 110011 |
Color Harmonies of #3016EC
Complementary color
Monochromatic Colors of #3016EC
Black with #3016EC
Text Example
Text Example
White with #3016EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3016EC; }
p { color: rgb(48,22,236); }
H1.HeaderClassName
{
color: #3016EC;
}
.AnyTagClassName
{
color: #3016EC;
}
</style>
background-color css
<style>
a { background-color: #3016EC; }
a { background-color: rgb(48,22,236); }
div.DivClassName
{
background-color: #3016EC;
}
.BgClassName
{
background-color: #3016EC;
}
</style>
border-color css
<style>
span { border-color: #3016EC; }
span { border-color: rgb(48,22,236); }
td.TdClassName
{
border-color: #3016EC;
}
.TagClassName
{
border-color: #3016EC;
}
</style>