Shades of Han Purple #310EDC
Tints of Han Purple #310EDC
RGB
CMYK
RGB Variations
Color information
#310EDC (or 0x310EDC) is known color: Han Purple. HEX triplet: 31, 0E and DC. RGB value is (49,14,220). Sum of RGB (Red+Green+Blue) = 49+14+220=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #310EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EDC is #CEF123. Grayscale: #2F2F2F. Windows color (decimal): -13562148 or 14421553. OLE color: 14421553.
HSL color Cylindrical-coordinate representation of color #310EDC: hue angle of 250.19º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310EDC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 14 | 220 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.14 |
| HSL | 250.19º | 0.88% | 0.46% | - |
| HSV(B) | 250.19º | 0.94% | 0.86% | - |
| XYZ | 14.34 | 6.13 | 68.14 | - |
| YUV | 47.95 | 225.1 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 220 | 0.78 | 0.94 | 0 | 0.14 | 250.19 | 0.88 | 0.46 |
| Hex | 31 | E | DC | 4E | 5E | 0 | E | FA | 58 | 2E |
| Octal | 61 | 16 | 334 | 116 | 136 | 0 | 16 | 372 | 130 | 56 |
| Binary | 110001 | 1110 | 11011100 | 1001110 | 1011110 | 0 | 1110 | 11111010 | 1011000 | 101110 |
Color Harmonies of #310EDC
Complementary color
Monochromatic Colors of #310EDC
Black with #310EDC
Text Example
Text Example
White with #310EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EDC; }
p { color: rgb(49,14,220); }
H1.HeaderClassName
{
color: #310EDC;
}
.AnyTagClassName
{
color: #310EDC;
}
</style>
background-color css
<style>
a { background-color: #310EDC; }
a { background-color: rgb(49,14,220); }
div.DivClassName
{
background-color: #310EDC;
}
.BgClassName
{
background-color: #310EDC;
}
</style>
border-color css
<style>
span { border-color: #310EDC; }
span { border-color: rgb(49,14,220); }
td.TdClassName
{
border-color: #310EDC;
}
.TagClassName
{
border-color: #310EDC;
}
</style>