Shades of Han Purple #310BFC
Tints of Han Purple #310BFC
RGB
CMYK
RGB Variations
Color information
#310BFC (or 0x310BFC) is known color: Han Purple. HEX triplet: 31, 0B and FC. RGB value is (49,11,252). Sum of RGB (Red+Green+Blue) = 49+11+252=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 252 (98.83% from 255 or 80.77% from 312); Max value from RGB is 252 - color contains mainly: blue. Hex color #310BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310BFC is #CEF403. Grayscale: #303030. Windows color (decimal): -13562884 or 16517937. OLE color: 16517937.
HSL color Cylindrical-coordinate representation of color #310BFC: hue angle of 249.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310BFC is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 11 | 252 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.01 |
| HSL | 249.46º | 0.98% | 0.52% | - |
| HSV(B) | 249.46º | 0.96% | 0.99% | - |
| XYZ | 18.96 | 7.92 | 92.63 | - |
| YUV | 49.84 | 242.09 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 252 | 0.81 | 0.96 | 0 | 0.01 | 249.46 | 0.98 | 0.52 |
| Hex | 31 | B | FC | 51 | 60 | 0 | 1 | F9 | 62 | 34 |
| Octal | 61 | 13 | 374 | 121 | 140 | 0 | 1 | 371 | 142 | 64 |
| Binary | 110001 | 1011 | 11111100 | 1010001 | 1100000 | 0 | 1 | 11111001 | 1100010 | 110100 |
Color Harmonies of #310BFC
Complementary color
Monochromatic Colors of #310BFC
Black with #310BFC
Text Example
Text Example
White with #310BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BFC; }
p { color: rgb(49,11,252); }
H1.HeaderClassName
{
color: #310BFC;
}
.AnyTagClassName
{
color: #310BFC;
}
</style>
background-color css
<style>
a { background-color: #310BFC; }
a { background-color: rgb(49,11,252); }
div.DivClassName
{
background-color: #310BFC;
}
.BgClassName
{
background-color: #310BFC;
}
</style>
border-color css
<style>
span { border-color: #310BFC; }
span { border-color: rgb(49,11,252); }
td.TdClassName
{
border-color: #310BFC;
}
.TagClassName
{
border-color: #310BFC;
}
</style>