Shades of Han Purple #3109F0
Tints of Han Purple #3109F0
RGB
CMYK
RGB Variations
Color information
#3109F0 (or 0x3109F0) is known color: Han Purple. HEX triplet: 31, 09 and F0. RGB value is (49,9,240). Sum of RGB (Red+Green+Blue) = 49+9+240=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 240 (94.14% from 255 or 80.54% from 298); Max value from RGB is 240 - color contains mainly: blue. Hex color #3109F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3109F0 is #CEF60F. Grayscale: #2E2E2E. Windows color (decimal): -13563408 or 15730993. OLE color: 15730993.
HSL color Cylindrical-coordinate representation of color #3109F0: hue angle of 250.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3109F0 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 9 | 240 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.06 |
| HSL | 250.39º | 0.93% | 0.49% | - |
| HSV(B) | 250.39º | 0.96% | 0.94% | - |
| XYZ | 17.09 | 7.14 | 82.92 | - |
| YUV | 47.29 | 236.75 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 240 | 0.80 | 0.96 | 0 | 0.06 | 250.39 | 0.93 | 0.49 |
| Hex | 31 | 9 | F0 | 50 | 60 | 0 | 6 | FA | 5D | 31 |
| Octal | 61 | 11 | 360 | 120 | 140 | 0 | 6 | 372 | 135 | 61 |
| Binary | 110001 | 1001 | 11110000 | 1010000 | 1100000 | 0 | 110 | 11111010 | 1011101 | 110001 |
Color Harmonies of #3109F0
Complementary color
Monochromatic Colors of #3109F0
Black with #3109F0
Text Example
Text Example
White with #3109F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3109F0; }
p { color: rgb(49,9,240); }
H1.HeaderClassName
{
color: #3109F0;
}
.AnyTagClassName
{
color: #3109F0;
}
</style>
background-color css
<style>
a { background-color: #3109F0; }
a { background-color: rgb(49,9,240); }
div.DivClassName
{
background-color: #3109F0;
}
.BgClassName
{
background-color: #3109F0;
}
</style>
border-color css
<style>
span { border-color: #3109F0; }
span { border-color: rgb(49,9,240); }
td.TdClassName
{
border-color: #3109F0;
}
.TagClassName
{
border-color: #3109F0;
}
</style>