Shades of Han Purple #310CE1
Tints of Han Purple #310CE1
RGB
CMYK
RGB Variations
Color information
#310CE1 (or 0x310CE1) is known color: Han Purple. HEX triplet: 31, 0C and E1. RGB value is (49,12,225). Sum of RGB (Red+Green+Blue) = 49+12+225=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 225 (88.28% from 255 or 78.67% from 286); Max value from RGB is 225 - color contains mainly: blue. Hex color #310CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CE1 is #CEF31E. Grayscale: #2E2E2E. Windows color (decimal): -13562655 or 14748721. OLE color: 14748721.
HSL color Cylindrical-coordinate representation of color #310CE1: hue angle of 250.42º 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 #310CE1 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 12 | 225 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.12 |
| HSL | 250.42º | 0.9% | 0.46% | - |
| HSV(B) | 250.42º | 0.95% | 0.88% | - |
| XYZ | 14.99 | 6.35 | 71.67 | - |
| YUV | 47.35 | 228.26 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 225 | 0.78 | 0.95 | 0 | 0.12 | 250.42 | 0.9 | 0.46 |
| Hex | 31 | C | E1 | 4E | 5F | 0 | C | FA | 5A | 2E |
| Octal | 61 | 14 | 341 | 116 | 137 | 0 | 14 | 372 | 132 | 56 |
| Binary | 110001 | 1100 | 11100001 | 1001110 | 1011111 | 0 | 1100 | 11111010 | 1011010 | 101110 |
Color Harmonies of #310CE1
Complementary color
Monochromatic Colors of #310CE1
Black with #310CE1
Text Example
Text Example
White with #310CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310CE1; }
p { color: rgb(49,12,225); }
H1.HeaderClassName
{
color: #310CE1;
}
.AnyTagClassName
{
color: #310CE1;
}
</style>
background-color css
<style>
a { background-color: #310CE1; }
a { background-color: rgb(49,12,225); }
div.DivClassName
{
background-color: #310CE1;
}
.BgClassName
{
background-color: #310CE1;
}
</style>
border-color css
<style>
span { border-color: #310CE1; }
span { border-color: rgb(49,12,225); }
td.TdClassName
{
border-color: #310CE1;
}
.TagClassName
{
border-color: #310CE1;
}
</style>