Shades of Han Purple #310EDA
Tints of Han Purple #310EDA
RGB
CMYK
RGB Variations
Color information
#310EDA (or 0x310EDA) is known color: Han Purple. HEX triplet: 31, 0E and DA. RGB value is (49,14,218). Sum of RGB (Red+Green+Blue) = 49+14+218=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #310EDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EDA is #CEF125. Grayscale: #2E2E2E. Windows color (decimal): -13562150 or 14290481. OLE color: 14290481.
HSL color Cylindrical-coordinate representation of color #310EDA: hue angle of 250.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310EDA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 14 | 218 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.15 |
| HSL | 250.29º | 0.88% | 0.45% | - |
| HSV(B) | 250.29º | 0.94% | 0.85% | - |
| XYZ | 14.08 | 6.03 | 66.75 | - |
| YUV | 47.72 | 224.1 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 218 | 0.78 | 0.94 | 0 | 0.15 | 250.29 | 0.88 | 0.45 |
| Hex | 31 | E | DA | 4E | 5E | 0 | F | FA | 58 | 2D |
| Octal | 61 | 16 | 332 | 116 | 136 | 0 | 17 | 372 | 130 | 55 |
| Binary | 110001 | 1110 | 11011010 | 1001110 | 1011110 | 0 | 1111 | 11111010 | 1011000 | 101101 |
Color Harmonies of #310EDA
Complementary color
Monochromatic Colors of #310EDA
Black with #310EDA
Text Example
Text Example
White with #310EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EDA; }
p { color: rgb(49,14,218); }
H1.HeaderClassName
{
color: #310EDA;
}
.AnyTagClassName
{
color: #310EDA;
}
</style>
background-color css
<style>
a { background-color: #310EDA; }
a { background-color: rgb(49,14,218); }
div.DivClassName
{
background-color: #310EDA;
}
.BgClassName
{
background-color: #310EDA;
}
</style>
border-color css
<style>
span { border-color: #310EDA; }
span { border-color: rgb(49,14,218); }
td.TdClassName
{
border-color: #310EDA;
}
.TagClassName
{
border-color: #310EDA;
}
</style>