Shades of Han Purple #310FFA
Tints of Han Purple #310FFA
RGB
CMYK
RGB Variations
Color information
#310FFA (or 0x310FFA) is known color: Han Purple. HEX triplet: 31, 0F and FA. RGB value is (49,15,250). Sum of RGB (Red+Green+Blue) = 49+15+250=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #310FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310FFA is #CEF005. Grayscale: #333333. Windows color (decimal): -13561862 or 16387889. OLE color: 16387889.
HSL color Cylindrical-coordinate representation of color #310FFA: hue angle of 248.68º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310FFA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 15 | 250 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.02 |
| HSL | 248.68º | 0.96% | 0.52% | - |
| HSV(B) | 248.68º | 0.94% | 0.98% | - |
| XYZ | 18.69 | 7.9 | 90.98 | - |
| YUV | 51.96 | 239.76 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 250 | 0.80 | 0.94 | 0 | 0.02 | 248.68 | 0.96 | 0.52 |
| Hex | 31 | F | FA | 50 | 5E | 0 | 2 | F9 | 60 | 34 |
| Octal | 61 | 17 | 372 | 120 | 136 | 0 | 2 | 371 | 140 | 64 |
| Binary | 110001 | 1111 | 11111010 | 1010000 | 1011110 | 0 | 10 | 11111001 | 1100000 | 110100 |
Color Harmonies of #310FFA
Complementary color
Monochromatic Colors of #310FFA
Black with #310FFA
Text Example
Text Example
White with #310FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310FFA; }
p { color: rgb(49,15,250); }
H1.HeaderClassName
{
color: #310FFA;
}
.AnyTagClassName
{
color: #310FFA;
}
</style>
background-color css
<style>
a { background-color: #310FFA; }
a { background-color: rgb(49,15,250); }
div.DivClassName
{
background-color: #310FFA;
}
.BgClassName
{
background-color: #310FFA;
}
</style>
border-color css
<style>
span { border-color: #310FFA; }
span { border-color: rgb(49,15,250); }
td.TdClassName
{
border-color: #310FFA;
}
.TagClassName
{
border-color: #310FFA;
}
</style>