Shades of Han Purple #310CE0
Tints of Han Purple #310CE0
RGB
CMYK
RGB Variations
Color information
#310CE0 (or 0x310CE0) is known color: Han Purple. HEX triplet: 31, 0C and E0. RGB value is (49,12,224). Sum of RGB (Red+Green+Blue) = 49+12+224=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 224 (87.89% from 255 or 78.60% from 285); Max value from RGB is 224 - color contains mainly: blue. Hex color #310CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CE0 is #CEF31F. Grayscale: #2E2E2E. Windows color (decimal): -13562656 or 14683185. OLE color: 14683185.
HSL color Cylindrical-coordinate representation of color #310CE0: hue angle of 250.47º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310CE0 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 12 | 224 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.12 |
| HSL | 250.47º | 0.9% | 0.46% | - |
| HSV(B) | 250.47º | 0.95% | 0.88% | - |
| XYZ | 14.85 | 6.3 | 70.95 | - |
| YUV | 47.23 | 227.76 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 224 | 0.78 | 0.95 | 0 | 0.12 | 250.47 | 0.9 | 0.46 |
| Hex | 31 | C | E0 | 4E | 5F | 0 | C | FA | 5A | 2E |
| Octal | 61 | 14 | 340 | 116 | 137 | 0 | 14 | 372 | 132 | 56 |
| Binary | 110001 | 1100 | 11100000 | 1001110 | 1011111 | 0 | 1100 | 11111010 | 1011010 | 101110 |
Color Harmonies of #310CE0
Complementary color
Monochromatic Colors of #310CE0
Black with #310CE0
Text Example
Text Example
White with #310CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CE0; }
p { color: rgb(49,12,224); }
H1.HeaderClassName
{
color: #310CE0;
}
.AnyTagClassName
{
color: #310CE0;
}
</style>
background-color css
<style>
a { background-color: #310CE0; }
a { background-color: rgb(49,12,224); }
div.DivClassName
{
background-color: #310CE0;
}
.BgClassName
{
background-color: #310CE0;
}
</style>
border-color css
<style>
span { border-color: #310CE0; }
span { border-color: rgb(49,12,224); }
td.TdClassName
{
border-color: #310CE0;
}
.TagClassName
{
border-color: #310CE0;
}
</style>