Shades of Han Purple #310EDF
Tints of Han Purple #310EDF
RGB
CMYK
RGB Variations
Color information
#310EDF (or 0x310EDF) is known color: Han Purple. HEX triplet: 31, 0E and DF. RGB value is (49,14,223). Sum of RGB (Red+Green+Blue) = 49+14+223=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #310EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EDF is #CEF120. Grayscale: #2F2F2F. Windows color (decimal): -13562145 or 14618161. OLE color: 14618161.
HSL color Cylindrical-coordinate representation of color #310EDF: hue angle of 250.05º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310EDF is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 14 | 223 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.13 |
| HSL | 250.05º | 0.88% | 0.46% | - |
| HSV(B) | 250.05º | 0.94% | 0.87% | - |
| XYZ | 14.74 | 6.29 | 70.25 | - |
| YUV | 48.29 | 226.6 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 223 | 0.78 | 0.94 | 0 | 0.13 | 250.05 | 0.88 | 0.46 |
| Hex | 31 | E | DF | 4E | 5E | 0 | D | FA | 58 | 2E |
| Octal | 61 | 16 | 337 | 116 | 136 | 0 | 15 | 372 | 130 | 56 |
| Binary | 110001 | 1110 | 11011111 | 1001110 | 1011110 | 0 | 1101 | 11111010 | 1011000 | 101110 |
Color Harmonies of #310EDF
Complementary color
Monochromatic Colors of #310EDF
Black with #310EDF
Text Example
Text Example
White with #310EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EDF; }
p { color: rgb(49,14,223); }
H1.HeaderClassName
{
color: #310EDF;
}
.AnyTagClassName
{
color: #310EDF;
}
</style>
background-color css
<style>
a { background-color: #310EDF; }
a { background-color: rgb(49,14,223); }
div.DivClassName
{
background-color: #310EDF;
}
.BgClassName
{
background-color: #310EDF;
}
</style>
border-color css
<style>
span { border-color: #310EDF; }
span { border-color: rgb(49,14,223); }
td.TdClassName
{
border-color: #310EDF;
}
.TagClassName
{
border-color: #310EDF;
}
</style>