Shades of Han Purple #3103EC
Tints of Han Purple #3103EC
RGB
CMYK
RGB Variations
Color information
#3103EC (or 0x3103EC) is known color: Han Purple. HEX triplet: 31, 03 and EC. RGB value is (49,3,236). Sum of RGB (Red+Green+Blue) = 49+3+236=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #3103EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3103EC is #CEFC13. Grayscale: #2A2A2A. Windows color (decimal): -13564948 or 15467313. OLE color: 15467313.
HSL color Cylindrical-coordinate representation of color #3103EC: hue angle of 251.85º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103EC is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 3 | 236 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.07 |
| HSL | 251.85º | 0.97% | 0.47% | - |
| HSV(B) | 251.85º | 0.99% | 0.93% | - |
| XYZ | 16.44 | 6.77 | 79.8 | - |
| YUV | 43.32 | 236.74 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 236 | 0.79 | 0.99 | 0 | 0.07 | 251.85 | 0.97 | 0.47 |
| Hex | 31 | 3 | EC | 4F | 63 | 0 | 7 | FC | 61 | 2F |
| Octal | 61 | 3 | 354 | 117 | 143 | 0 | 7 | 374 | 141 | 57 |
| Binary | 110001 | 11 | 11101100 | 1001111 | 1100011 | 0 | 111 | 11111100 | 1100001 | 101111 |
Color Harmonies of #3103EC
Complementary color
Monochromatic Colors of #3103EC
Black with #3103EC
Text Example
Text Example
White with #3103EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103EC; }
p { color: rgb(49,3,236); }
H1.HeaderClassName
{
color: #3103EC;
}
.AnyTagClassName
{
color: #3103EC;
}
</style>
background-color css
<style>
a { background-color: #3103EC; }
a { background-color: rgb(49,3,236); }
div.DivClassName
{
background-color: #3103EC;
}
.BgClassName
{
background-color: #3103EC;
}
</style>
border-color css
<style>
span { border-color: #3103EC; }
span { border-color: rgb(49,3,236); }
td.TdClassName
{
border-color: #3103EC;
}
.TagClassName
{
border-color: #3103EC;
}
</style>