Shades of Han Purple #310ED5
Tints of Han Purple #310ED5
RGB
CMYK
RGB Variations
Color information
#310ED5 (or 0x310ED5) is known color: Han Purple. HEX triplet: 31, 0E and D5. RGB value is (49,14,213). Sum of RGB (Red+Green+Blue) = 49+14+213=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 213 (83.59% from 255 or 77.17% from 276); Max value from RGB is 213 - color contains mainly: blue. Hex color #310ED5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ED5 is #CEF12A. Grayscale: #2E2E2E. Windows color (decimal): -13562155 or 13962801. OLE color: 13962801.
HSL color Cylindrical-coordinate representation of color #310ED5: hue angle of 250.55º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310ED5 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 14 | 213 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.16 |
| HSL | 250.55º | 0.88% | 0.45% | - |
| HSV(B) | 250.55º | 0.93% | 0.84% | - |
| XYZ | 13.43 | 5.77 | 63.36 | - |
| YUV | 47.15 | 221.6 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 213 | 0.77 | 0.93 | 0 | 0.16 | 250.55 | 0.88 | 0.45 |
| Hex | 31 | E | D5 | 4D | 5D | 0 | 10 | FB | 58 | 2D |
| Octal | 61 | 16 | 325 | 115 | 135 | 0 | 20 | 373 | 130 | 55 |
| Binary | 110001 | 1110 | 11010101 | 1001101 | 1011101 | 0 | 10000 | 11111011 | 1011000 | 101101 |
Color Harmonies of #310ED5
Complementary color
Monochromatic Colors of #310ED5
Black with #310ED5
Text Example
Text Example
White with #310ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310ED5; }
p { color: rgb(49,14,213); }
H1.HeaderClassName
{
color: #310ED5;
}
.AnyTagClassName
{
color: #310ED5;
}
</style>
background-color css
<style>
a { background-color: #310ED5; }
a { background-color: rgb(49,14,213); }
div.DivClassName
{
background-color: #310ED5;
}
.BgClassName
{
background-color: #310ED5;
}
</style>
border-color css
<style>
span { border-color: #310ED5; }
span { border-color: rgb(49,14,213); }
td.TdClassName
{
border-color: #310ED5;
}
.TagClassName
{
border-color: #310ED5;
}
</style>