Shades of Han Purple #310BF5
Tints of Han Purple #310BF5
RGB
CMYK
RGB Variations
Color information
#310BF5 (or 0x310BF5) is known color: Han Purple. HEX triplet: 31, 0B and F5. RGB value is (49,11,245). Sum of RGB (Red+Green+Blue) = 49+11+245=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 245 (96.09% from 255 or 80.33% from 305); Max value from RGB is 245 - color contains mainly: blue. Hex color #310BF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310BF5 is #CEF40A. Grayscale: #303030. Windows color (decimal): -13562891 or 16059185. OLE color: 16059185.
HSL color Cylindrical-coordinate representation of color #310BF5: hue angle of 249.74º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310BF5 is Cyan = 0.8, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 11 | 245 | - |
| CMYK | 0.8 | 0.96 | 0 | 0.04 |
| HSL | 249.74º | 0.92% | 0.5% | - |
| HSV(B) | 249.74º | 0.96% | 0.96% | - |
| XYZ | 17.87 | 7.48 | 86.89 | - |
| YUV | 49.04 | 238.59 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 245 | 0.8 | 0.96 | 0 | 0.04 | 249.74 | 0.92 | 0.5 |
| Hex | 31 | B | F5 | 50 | 60 | 0 | 4 | FA | 5C | 32 |
| Octal | 61 | 13 | 365 | 120 | 140 | 0 | 4 | 372 | 134 | 62 |
| Binary | 110001 | 1011 | 11110101 | 1010000 | 1100000 | 0 | 100 | 11111010 | 1011100 | 110010 |
Color Harmonies of #310BF5
Complementary color
Monochromatic Colors of #310BF5
Black with #310BF5
Text Example
Text Example
White with #310BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BF5; }
p { color: rgb(49,11,245); }
H1.HeaderClassName
{
color: #310BF5;
}
.AnyTagClassName
{
color: #310BF5;
}
</style>
background-color css
<style>
a { background-color: #310BF5; }
a { background-color: rgb(49,11,245); }
div.DivClassName
{
background-color: #310BF5;
}
.BgClassName
{
background-color: #310BF5;
}
</style>
border-color css
<style>
span { border-color: #310BF5; }
span { border-color: rgb(49,11,245); }
td.TdClassName
{
border-color: #310BF5;
}
.TagClassName
{
border-color: #310BF5;
}
</style>