Shades of Han Purple #3109EC
Tints of Han Purple #3109EC
RGB
CMYK
RGB Variations
Color information
#3109EC (or 0x3109EC) is known color: Han Purple. HEX triplet: 31, 09 and EC. RGB value is (49,9,236). Sum of RGB (Red+Green+Blue) = 49+9+236=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 236 (92.58% from 255 or 80.27% from 294); Max value from RGB is 236 - color contains mainly: blue. Hex color #3109EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3109EC is #CEF613. Grayscale: #2D2D2D. Windows color (decimal): -13563412 or 15468849. OLE color: 15468849.
HSL color Cylindrical-coordinate representation of color #3109EC: hue angle of 250.57º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3109EC is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 9 | 236 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.07 |
| HSL | 250.57º | 0.93% | 0.48% | - |
| HSV(B) | 250.57º | 0.96% | 0.93% | - |
| XYZ | 16.5 | 6.9 | 79.82 | - |
| YUV | 46.84 | 234.75 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 236 | 0.79 | 0.96 | 0 | 0.07 | 250.57 | 0.93 | 0.48 |
| Hex | 31 | 9 | EC | 4F | 60 | 0 | 7 | FB | 5D | 30 |
| Octal | 61 | 11 | 354 | 117 | 140 | 0 | 7 | 373 | 135 | 60 |
| Binary | 110001 | 1001 | 11101100 | 1001111 | 1100000 | 0 | 111 | 11111011 | 1011101 | 110000 |
Color Harmonies of #3109EC
Complementary color
Monochromatic Colors of #3109EC
Black with #3109EC
Text Example
Text Example
White with #3109EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3109EC; }
p { color: rgb(49,9,236); }
H1.HeaderClassName
{
color: #3109EC;
}
.AnyTagClassName
{
color: #3109EC;
}
</style>
background-color css
<style>
a { background-color: #3109EC; }
a { background-color: rgb(49,9,236); }
div.DivClassName
{
background-color: #3109EC;
}
.BgClassName
{
background-color: #3109EC;
}
</style>
border-color css
<style>
span { border-color: #3109EC; }
span { border-color: rgb(49,9,236); }
td.TdClassName
{
border-color: #3109EC;
}
.TagClassName
{
border-color: #3109EC;
}
</style>