Shades of Han Purple #310AF0
Tints of Han Purple #310AF0
RGB
CMYK
RGB Variations
Color information
#310AF0 (or 0x310AF0) is known color: Han Purple. HEX triplet: 31, 0A and F0. RGB value is (49,10,240). Sum of RGB (Red+Green+Blue) = 49+10+240=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 240 (94.14% from 255 or 80.27% from 299); Max value from RGB is 240 - color contains mainly: blue. Hex color #310AF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310AF0 is #CEF50F. Grayscale: #2F2F2F. Windows color (decimal): -13563152 or 15731249. OLE color: 15731249.
HSL color Cylindrical-coordinate representation of color #310AF0: hue angle of 250.17º degrees, saturation: 0.92, 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 #310AF0 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 10 | 240 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.06 |
| HSL | 250.17º | 0.92% | 0.49% | - |
| HSV(B) | 250.17º | 0.96% | 0.94% | - |
| XYZ | 17.1 | 7.16 | 82.92 | - |
| YUV | 47.88 | 236.42 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 240 | 0.80 | 0.96 | 0 | 0.06 | 250.17 | 0.92 | 0.49 |
| Hex | 31 | A | F0 | 50 | 60 | 0 | 6 | FA | 5C | 31 |
| Octal | 61 | 12 | 360 | 120 | 140 | 0 | 6 | 372 | 134 | 61 |
| Binary | 110001 | 1010 | 11110000 | 1010000 | 1100000 | 0 | 110 | 11111010 | 1011100 | 110001 |
Color Harmonies of #310AF0
Complementary color
Monochromatic Colors of #310AF0
Black with #310AF0
Text Example
Text Example
White with #310AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310AF0; }
p { color: rgb(49,10,240); }
H1.HeaderClassName
{
color: #310AF0;
}
.AnyTagClassName
{
color: #310AF0;
}
</style>
background-color css
<style>
a { background-color: #310AF0; }
a { background-color: rgb(49,10,240); }
div.DivClassName
{
background-color: #310AF0;
}
.BgClassName
{
background-color: #310AF0;
}
</style>
border-color css
<style>
span { border-color: #310AF0; }
span { border-color: rgb(49,10,240); }
td.TdClassName
{
border-color: #310AF0;
}
.TagClassName
{
border-color: #310AF0;
}
</style>