Shades of Han Purple #3111DA
Tints of Han Purple #3111DA
RGB
CMYK
RGB Variations
Color information
#3111DA (or 0x3111DA) is known color: Han Purple. HEX triplet: 31, 11 and DA. RGB value is (49,17,218). Sum of RGB (Red+Green+Blue) = 49+17+218=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #3111DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3111DA is #CEEE25. Grayscale: #303030. Windows color (decimal): -13561382 or 14291249. OLE color: 14291249.
HSL color Cylindrical-coordinate representation of color #3111DA: hue angle of 249.55º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3111DA is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 17 | 218 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.15 |
| HSL | 249.55º | 0.86% | 0.46% | - |
| HSV(B) | 249.55º | 0.92% | 0.85% | - |
| XYZ | 14.12 | 6.12 | 66.77 | - |
| YUV | 49.48 | 223.1 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 218 | 0.78 | 0.92 | 0 | 0.15 | 249.55 | 0.86 | 0.46 |
| Hex | 31 | 11 | DA | 4E | 5C | 0 | F | FA | 56 | 2E |
| Octal | 61 | 21 | 332 | 116 | 134 | 0 | 17 | 372 | 126 | 56 |
| Binary | 110001 | 10001 | 11011010 | 1001110 | 1011100 | 0 | 1111 | 11111010 | 1010110 | 101110 |
Color Harmonies of #3111DA
Complementary color
Monochromatic Colors of #3111DA
Black with #3111DA
Text Example
Text Example
White with #3111DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3111DA; }
p { color: rgb(49,17,218); }
H1.HeaderClassName
{
color: #3111DA;
}
.AnyTagClassName
{
color: #3111DA;
}
</style>
background-color css
<style>
a { background-color: #3111DA; }
a { background-color: rgb(49,17,218); }
div.DivClassName
{
background-color: #3111DA;
}
.BgClassName
{
background-color: #3111DA;
}
</style>
border-color css
<style>
span { border-color: #3111DA; }
span { border-color: rgb(49,17,218); }
td.TdClassName
{
border-color: #3111DA;
}
.TagClassName
{
border-color: #3111DA;
}
</style>