Shades of Han Purple #310BFE
Tints of Han Purple #310BFE
RGB
CMYK
RGB Variations
Color information
#310BFE (or 0x310BFE) is known color: Han Purple. HEX triplet: 31, 0B and FE. RGB value is (49,11,254). Sum of RGB (Red+Green+Blue) = 49+11+254=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #310BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310BFE is #CEF401. Grayscale: #313131. Windows color (decimal): -13562882 or 16649009. OLE color: 16649009.
HSL color Cylindrical-coordinate representation of color #310BFE: hue angle of 249.38º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310BFE is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 11 | 254 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.00 |
| HSL | 249.38º | 0.99% | 0.52% | - |
| HSV(B) | 249.38º | 0.96% | 1% | - |
| XYZ | 19.28 | 8.05 | 94.3 | - |
| YUV | 50.06 | 243.09 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 254 | 0.81 | 0.96 | 0 | 0.00 | 249.38 | 0.99 | 0.52 |
| Hex | 31 | B | FE | 51 | 60 | 0 | 0 | F9 | 63 | 34 |
| Octal | 61 | 13 | 376 | 121 | 140 | 0 | 0 | 371 | 143 | 64 |
| Binary | 110001 | 1011 | 11111110 | 1010001 | 1100000 | 0 | 0 | 11111001 | 1100011 | 110100 |
Color Harmonies of #310BFE
Complementary color
Monochromatic Colors of #310BFE
Black with #310BFE
Text Example
Text Example
White with #310BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BFE; }
p { color: rgb(49,11,254); }
H1.HeaderClassName
{
color: #310BFE;
}
.AnyTagClassName
{
color: #310BFE;
}
</style>
background-color css
<style>
a { background-color: #310BFE; }
a { background-color: rgb(49,11,254); }
div.DivClassName
{
background-color: #310BFE;
}
.BgClassName
{
background-color: #310BFE;
}
</style>
border-color css
<style>
span { border-color: #310BFE; }
span { border-color: rgb(49,11,254); }
td.TdClassName
{
border-color: #310BFE;
}
.TagClassName
{
border-color: #310BFE;
}
</style>