Shades of Han Purple #311CED
Tints of Han Purple #311CED
RGB
CMYK
RGB Variations
Color information
#311CED (or 0x311CED) is known color: Han Purple. HEX triplet: 31, 1C and ED. RGB value is (49,28,237). Sum of RGB (Red+Green+Blue) = 49+28+237=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #311CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CED is #CEE312. Grayscale: #393939. Windows color (decimal): -13558547 or 15539249. OLE color: 15539249.
HSL color Cylindrical-coordinate representation of color #311CED: hue angle of 246.03º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311CED is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 28 | 237 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.07 |
| HSL | 246.03º | 0.85% | 0.52% | - |
| HSV(B) | 246.03º | 0.88% | 0.93% | - |
| XYZ | 16.97 | 7.6 | 80.69 | - |
| YUV | 58.11 | 228.96 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 237 | 0.79 | 0.88 | 0 | 0.07 | 246.03 | 0.85 | 0.52 |
| Hex | 31 | 1C | ED | 4F | 58 | 0 | 7 | F6 | 55 | 34 |
| Octal | 61 | 34 | 355 | 117 | 130 | 0 | 7 | 366 | 125 | 64 |
| Binary | 110001 | 11100 | 11101101 | 1001111 | 1011000 | 0 | 111 | 11110110 | 1010101 | 110100 |
Color Harmonies of #311CED
Complementary color
Monochromatic Colors of #311CED
Black with #311CED
Text Example
Text Example
White with #311CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311CED; }
p { color: rgb(49,28,237); }
H1.HeaderClassName
{
color: #311CED;
}
.AnyTagClassName
{
color: #311CED;
}
</style>
background-color css
<style>
a { background-color: #311CED; }
a { background-color: rgb(49,28,237); }
div.DivClassName
{
background-color: #311CED;
}
.BgClassName
{
background-color: #311CED;
}
</style>
border-color css
<style>
span { border-color: #311CED; }
span { border-color: rgb(49,28,237); }
td.TdClassName
{
border-color: #311CED;
}
.TagClassName
{
border-color: #311CED;
}
</style>