Shades of Han Purple #310ED2
Tints of Han Purple #310ED2
RGB
CMYK
RGB Variations
Color information
#310ED2 (or 0x310ED2) is known color: Han Purple. HEX triplet: 31, 0E and D2. RGB value is (49,14,210). Sum of RGB (Red+Green+Blue) = 49+14+210=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 210 (82.42% from 255 or 76.92% from 273); Max value from RGB is 210 - color contains mainly: blue. Hex color #310ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ED2 is #CEF12D. Grayscale: #2E2E2E. Windows color (decimal): -13562158 or 13766193. OLE color: 13766193.
HSL color Cylindrical-coordinate representation of color #310ED2: hue angle of 250.71º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310ED2 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 14 | 210 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.18 |
| HSL | 250.71º | 0.88% | 0.44% | - |
| HSV(B) | 250.71º | 0.93% | 0.82% | - |
| XYZ | 13.06 | 5.62 | 61.37 | - |
| YUV | 46.81 | 220.1 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 210 | 0.77 | 0.93 | 0 | 0.18 | 250.71 | 0.88 | 0.44 |
| Hex | 31 | E | D2 | 4D | 5D | 0 | 12 | FB | 58 | 2C |
| Octal | 61 | 16 | 322 | 115 | 135 | 0 | 22 | 373 | 130 | 54 |
| Binary | 110001 | 1110 | 11010010 | 1001101 | 1011101 | 0 | 10010 | 11111011 | 1011000 | 101100 |
Color Harmonies of #310ED2
Complementary color
Monochromatic Colors of #310ED2
Black with #310ED2
Text Example
Text Example
White with #310ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310ED2; }
p { color: rgb(49,14,210); }
H1.HeaderClassName
{
color: #310ED2;
}
.AnyTagClassName
{
color: #310ED2;
}
</style>
background-color css
<style>
a { background-color: #310ED2; }
a { background-color: rgb(49,14,210); }
div.DivClassName
{
background-color: #310ED2;
}
.BgClassName
{
background-color: #310ED2;
}
</style>
border-color css
<style>
span { border-color: #310ED2; }
span { border-color: rgb(49,14,210); }
td.TdClassName
{
border-color: #310ED2;
}
.TagClassName
{
border-color: #310ED2;
}
</style>