Shades of Han Purple #311CEE
Tints of Han Purple #311CEE
RGB
CMYK
RGB Variations
Color information
#311CEE (or 0x311CEE) is known color: Han Purple. HEX triplet: 31, 1C and EE. RGB value is (49,28,238). Sum of RGB (Red+Green+Blue) = 49+28+238=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #311CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CEE is #CEE311. Grayscale: #393939. Windows color (decimal): -13558546 or 15604785. OLE color: 15604785.
HSL color Cylindrical-coordinate representation of color #311CEE: hue angle of 246º degrees, saturation: 0.86, 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 #311CEE is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 28 | 238 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.07 |
| HSL | 246º | 0.86% | 0.52% | - |
| HSV(B) | 246º | 0.88% | 0.93% | - |
| XYZ | 17.11 | 7.66 | 81.46 | - |
| YUV | 58.22 | 229.46 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 238 | 0.79 | 0.88 | 0 | 0.07 | 246 | 0.86 | 0.52 |
| Hex | 31 | 1C | EE | 4F | 58 | 0 | 7 | F6 | 56 | 34 |
| Octal | 61 | 34 | 356 | 117 | 130 | 0 | 7 | 366 | 126 | 64 |
| Binary | 110001 | 11100 | 11101110 | 1001111 | 1011000 | 0 | 111 | 11110110 | 1010110 | 110100 |
Color Harmonies of #311CEE
Complementary color
Monochromatic Colors of #311CEE
Black with #311CEE
Text Example
Text Example
White with #311CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311CEE; }
p { color: rgb(49,28,238); }
H1.HeaderClassName
{
color: #311CEE;
}
.AnyTagClassName
{
color: #311CEE;
}
</style>
background-color css
<style>
a { background-color: #311CEE; }
a { background-color: rgb(49,28,238); }
div.DivClassName
{
background-color: #311CEE;
}
.BgClassName
{
background-color: #311CEE;
}
</style>
border-color css
<style>
span { border-color: #311CEE; }
span { border-color: rgb(49,28,238); }
td.TdClassName
{
border-color: #311CEE;
}
.TagClassName
{
border-color: #311CEE;
}
</style>