Shades of Han Purple #3113DC
Tints of Han Purple #3113DC
RGB
CMYK
RGB Variations
Color information
#3113DC (or 0x3113DC) is known color: Han Purple. HEX triplet: 31, 13 and DC. RGB value is (49,19,220). Sum of RGB (Red+Green+Blue) = 49+19+220=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #3113DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113DC is #CEEC23. Grayscale: #323232. Windows color (decimal): -13560868 or 14422833. OLE color: 14422833.
HSL color Cylindrical-coordinate representation of color #3113DC: hue angle of 248.96º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3113DC is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 19 | 220 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.14 |
| HSL | 248.96º | 0.84% | 0.47% | - |
| HSV(B) | 248.96º | 0.91% | 0.86% | - |
| XYZ | 14.42 | 6.29 | 68.16 | - |
| YUV | 50.88 | 223.44 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 220 | 0.78 | 0.91 | 0 | 0.14 | 248.96 | 0.84 | 0.47 |
| Hex | 31 | 13 | DC | 4E | 5B | 0 | E | F9 | 54 | 2F |
| Octal | 61 | 23 | 334 | 116 | 133 | 0 | 16 | 371 | 124 | 57 |
| Binary | 110001 | 10011 | 11011100 | 1001110 | 1011011 | 0 | 1110 | 11111001 | 1010100 | 101111 |
Color Harmonies of #3113DC
Complementary color
Monochromatic Colors of #3113DC
Black with #3113DC
Text Example
Text Example
White with #3113DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113DC; }
p { color: rgb(49,19,220); }
H1.HeaderClassName
{
color: #3113DC;
}
.AnyTagClassName
{
color: #3113DC;
}
</style>
background-color css
<style>
a { background-color: #3113DC; }
a { background-color: rgb(49,19,220); }
div.DivClassName
{
background-color: #3113DC;
}
.BgClassName
{
background-color: #3113DC;
}
</style>
border-color css
<style>
span { border-color: #3113DC; }
span { border-color: rgb(49,19,220); }
td.TdClassName
{
border-color: #3113DC;
}
.TagClassName
{
border-color: #3113DC;
}
</style>