Shades of Han Purple #311CE0
Tints of Han Purple #311CE0
RGB
CMYK
RGB Variations
Color information
#311CE0 (or 0x311CE0) is known color: Han Purple. HEX triplet: 31, 1C and E0. RGB value is (49,28,224). Sum of RGB (Red+Green+Blue) = 49+28+224=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 224 (87.89% from 255 or 74.42% from 301); Max value from RGB is 224 - color contains mainly: blue. Hex color #311CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CE0 is #CEE31F. Grayscale: #373737. Windows color (decimal): -13558560 or 14687281. OLE color: 14687281.
HSL color Cylindrical-coordinate representation of color #311CE0: hue angle of 246.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311CE0 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 28 | 224 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.12 |
| HSL | 246.43º | 0.78% | 0.49% | - |
| HSV(B) | 246.43º | 0.88% | 0.88% | - |
| XYZ | 15.14 | 6.87 | 71.05 | - |
| YUV | 56.62 | 222.46 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 224 | 0.78 | 0.88 | 0 | 0.12 | 246.43 | 0.78 | 0.49 |
| Hex | 31 | 1C | E0 | 4E | 58 | 0 | C | F6 | 4E | 31 |
| Octal | 61 | 34 | 340 | 116 | 130 | 0 | 14 | 366 | 116 | 61 |
| Binary | 110001 | 11100 | 11100000 | 1001110 | 1011000 | 0 | 1100 | 11110110 | 1001110 | 110001 |
Color Harmonies of #311CE0
Complementary color
Monochromatic Colors of #311CE0
Black with #311CE0
Text Example
Text Example
White with #311CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311CE0; }
p { color: rgb(49,28,224); }
H1.HeaderClassName
{
color: #311CE0;
}
.AnyTagClassName
{
color: #311CE0;
}
</style>
background-color css
<style>
a { background-color: #311CE0; }
a { background-color: rgb(49,28,224); }
div.DivClassName
{
background-color: #311CE0;
}
.BgClassName
{
background-color: #311CE0;
}
</style>
border-color css
<style>
span { border-color: #311CE0; }
span { border-color: rgb(49,28,224); }
td.TdClassName
{
border-color: #311CE0;
}
.TagClassName
{
border-color: #311CE0;
}
</style>