Shades of Han Purple #3110D6
Tints of Han Purple #3110D6
RGB
CMYK
RGB Variations
Color information
#3110D6 (or 0x3110D6) is known color: Han Purple. HEX triplet: 31, 10 and D6. RGB value is (49,16,214). Sum of RGB (Red+Green+Blue) = 49+16+214=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #3110D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3110D6 is #CEEF29. Grayscale: #2F2F2F. Windows color (decimal): -13561642 or 14028849. OLE color: 14028849.
HSL color Cylindrical-coordinate representation of color #3110D6: hue angle of 250º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3110D6 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 16 | 214 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.16 |
| HSL | 250º | 0.86% | 0.45% | - |
| HSV(B) | 250º | 0.93% | 0.84% | - |
| XYZ | 13.59 | 5.88 | 64.04 | - |
| YUV | 48.44 | 221.43 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 214 | 0.77 | 0.93 | 0 | 0.16 | 250 | 0.86 | 0.45 |
| Hex | 31 | 10 | D6 | 4D | 5D | 0 | 10 | FA | 56 | 2D |
| Octal | 61 | 20 | 326 | 115 | 135 | 0 | 20 | 372 | 126 | 55 |
| Binary | 110001 | 10000 | 11010110 | 1001101 | 1011101 | 0 | 10000 | 11111010 | 1010110 | 101101 |
Color Harmonies of #3110D6
Complementary color
Monochromatic Colors of #3110D6
Black with #3110D6
Text Example
Text Example
White with #3110D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3110D6; }
p { color: rgb(49,16,214); }
H1.HeaderClassName
{
color: #3110D6;
}
.AnyTagClassName
{
color: #3110D6;
}
</style>
background-color css
<style>
a { background-color: #3110D6; }
a { background-color: rgb(49,16,214); }
div.DivClassName
{
background-color: #3110D6;
}
.BgClassName
{
background-color: #3110D6;
}
</style>
border-color css
<style>
span { border-color: #3110D6; }
span { border-color: rgb(49,16,214); }
td.TdClassName
{
border-color: #3110D6;
}
.TagClassName
{
border-color: #3110D6;
}
</style>