Shades of Han Purple #311FDC
Tints of Han Purple #311FDC
RGB
CMYK
RGB Variations
Color information
#311FDC (or 0x311FDC) is known color: Han Purple. HEX triplet: 31, 1F and DC. RGB value is (49,31,220). Sum of RGB (Red+Green+Blue) = 49+31+220=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #311FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311FDC is #CEE023. Grayscale: #393939. Windows color (decimal): -13557796 or 14425905. OLE color: 14425905.
HSL color Cylindrical-coordinate representation of color #311FDC: hue angle of 245.71º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311FDC is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 31 | 220 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.14 |
| HSL | 245.71º | 0.75% | 0.49% | - |
| HSV(B) | 245.71º | 0.86% | 0.86% | - |
| XYZ | 14.67 | 6.8 | 68.25 | - |
| YUV | 57.93 | 219.46 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 220 | 0.78 | 0.86 | 0 | 0.14 | 245.71 | 0.75 | 0.49 |
| Hex | 31 | 1F | DC | 4E | 56 | 0 | E | F6 | 4B | 31 |
| Octal | 61 | 37 | 334 | 116 | 126 | 0 | 16 | 366 | 113 | 61 |
| Binary | 110001 | 11111 | 11011100 | 1001110 | 1010110 | 0 | 1110 | 11110110 | 1001011 | 110001 |
Color Harmonies of #311FDC
Complementary color
Monochromatic Colors of #311FDC
Black with #311FDC
Text Example
Text Example
White with #311FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311FDC; }
p { color: rgb(49,31,220); }
H1.HeaderClassName
{
color: #311FDC;
}
.AnyTagClassName
{
color: #311FDC;
}
</style>
background-color css
<style>
a { background-color: #311FDC; }
a { background-color: rgb(49,31,220); }
div.DivClassName
{
background-color: #311FDC;
}
.BgClassName
{
background-color: #311FDC;
}
</style>
border-color css
<style>
span { border-color: #311FDC; }
span { border-color: rgb(49,31,220); }
td.TdClassName
{
border-color: #311FDC;
}
.TagClassName
{
border-color: #311FDC;
}
</style>