Shades of Han Purple #3113DD
Tints of Han Purple #3113DD
RGB
CMYK
RGB Variations
Color information
#3113DD (or 0x3113DD) is known color: Han Purple. HEX triplet: 31, 13 and DD. RGB value is (49,19,221). Sum of RGB (Red+Green+Blue) = 49+19+221=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #3113DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113DD is #CEEC22. Grayscale: #323232. Windows color (decimal): -13560867 or 14488369. OLE color: 14488369.
HSL color Cylindrical-coordinate representation of color #3113DD: hue angle of 248.91º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3113DD is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 19 | 221 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.13 |
| HSL | 248.91º | 0.84% | 0.47% | - |
| HSV(B) | 248.91º | 0.91% | 0.87% | - |
| XYZ | 14.55 | 6.34 | 68.86 | - |
| YUV | 51 | 223.94 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 221 | 0.78 | 0.91 | 0 | 0.13 | 248.91 | 0.84 | 0.47 |
| Hex | 31 | 13 | DD | 4E | 5B | 0 | D | F9 | 54 | 2F |
| Octal | 61 | 23 | 335 | 116 | 133 | 0 | 15 | 371 | 124 | 57 |
| Binary | 110001 | 10011 | 11011101 | 1001110 | 1011011 | 0 | 1101 | 11111001 | 1010100 | 101111 |
Color Harmonies of #3113DD
Complementary color
Monochromatic Colors of #3113DD
Black with #3113DD
Text Example
Text Example
White with #3113DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113DD; }
p { color: rgb(49,19,221); }
H1.HeaderClassName
{
color: #3113DD;
}
.AnyTagClassName
{
color: #3113DD;
}
</style>
background-color css
<style>
a { background-color: #3113DD; }
a { background-color: rgb(49,19,221); }
div.DivClassName
{
background-color: #3113DD;
}
.BgClassName
{
background-color: #3113DD;
}
</style>
border-color css
<style>
span { border-color: #3113DD; }
span { border-color: rgb(49,19,221); }
td.TdClassName
{
border-color: #3113DD;
}
.TagClassName
{
border-color: #3113DD;
}
</style>