Shades of Han Purple #3100EC
Tints of Han Purple #3100EC
RGB
CMYK
RGB Variations
Color information
#3100EC (or 0x3100EC) is known color: Han Purple. HEX triplet: 31, 00 and EC. RGB value is (49,0,236). Sum of RGB (Red+Green+Blue) = 49+0+236=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 236 (92.58% from 255 or 82.81% from 285); Max value from RGB is 236 - color contains mainly: blue. Hex color #3100EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3100EC is #CEFF13. Grayscale: #282828. Windows color (decimal): -13565716 or 15466545. OLE color: 15466545.
HSL color Cylindrical-coordinate representation of color #3100EC: hue angle of 252.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100EC is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 0 | 236 | - |
| CMYK | 0.79 | 1 | 0 | 0.07 |
| HSL | 252.46º | 1% | 0.46% | - |
| HSV(B) | 252.46º | 1% | 0.93% | - |
| XYZ | 16.41 | 6.71 | 79.79 | - |
| YUV | 41.56 | 237.73 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 236 | 0.79 | 1 | 0 | 0.07 | 252.46 | 1 | 0.46 |
| Hex | 31 | 0 | EC | 4F | 64 | 0 | 7 | FC | 64 | 2E |
| Octal | 61 | 0 | 354 | 117 | 144 | 0 | 7 | 374 | 144 | 56 |
| Binary | 110001 | 0 | 11101100 | 1001111 | 1100100 | 0 | 111 | 11111100 | 1100100 | 101110 |
Color Harmonies of #3100EC
Complementary color
Monochromatic Colors of #3100EC
Black with #3100EC
Text Example
Text Example
White with #3100EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100EC; }
p { color: rgb(49,0,236); }
H1.HeaderClassName
{
color: #3100EC;
}
.AnyTagClassName
{
color: #3100EC;
}
</style>
background-color css
<style>
a { background-color: #3100EC; }
a { background-color: rgb(49,0,236); }
div.DivClassName
{
background-color: #3100EC;
}
.BgClassName
{
background-color: #3100EC;
}
</style>
border-color css
<style>
span { border-color: #3100EC; }
span { border-color: rgb(49,0,236); }
td.TdClassName
{
border-color: #3100EC;
}
.TagClassName
{
border-color: #3100EC;
}
</style>