Shades of Han Purple #3111DD
Tints of Han Purple #3111DD
RGB
CMYK
RGB Variations
Color information
#3111DD (or 0x3111DD) is known color: Han Purple. HEX triplet: 31, 11 and DD. RGB value is (49,17,221). Sum of RGB (Red+Green+Blue) = 49+17+221=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #3111DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3111DD is #CEEE22. Grayscale: #313131. Windows color (decimal): -13561379 or 14487857. OLE color: 14487857.
HSL color Cylindrical-coordinate representation of color #3111DD: hue angle of 249.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3111DD is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 17 | 221 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.13 |
| HSL | 249.41º | 0.86% | 0.47% | - |
| HSV(B) | 249.41º | 0.92% | 0.87% | - |
| XYZ | 14.52 | 6.27 | 68.85 | - |
| YUV | 49.82 | 224.6 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 221 | 0.78 | 0.92 | 0 | 0.13 | 249.41 | 0.86 | 0.47 |
| Hex | 31 | 11 | DD | 4E | 5C | 0 | D | F9 | 56 | 2F |
| Octal | 61 | 21 | 335 | 116 | 134 | 0 | 15 | 371 | 126 | 57 |
| Binary | 110001 | 10001 | 11011101 | 1001110 | 1011100 | 0 | 1101 | 11111001 | 1010110 | 101111 |
Color Harmonies of #3111DD
Complementary color
Monochromatic Colors of #3111DD
Black with #3111DD
Text Example
Text Example
White with #3111DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3111DD; }
p { color: rgb(49,17,221); }
H1.HeaderClassName
{
color: #3111DD;
}
.AnyTagClassName
{
color: #3111DD;
}
</style>
background-color css
<style>
a { background-color: #3111DD; }
a { background-color: rgb(49,17,221); }
div.DivClassName
{
background-color: #3111DD;
}
.BgClassName
{
background-color: #3111DD;
}
</style>
border-color css
<style>
span { border-color: #3111DD; }
span { border-color: rgb(49,17,221); }
td.TdClassName
{
border-color: #3111DD;
}
.TagClassName
{
border-color: #3111DD;
}
</style>