Shades of Han Purple #311EDF
Tints of Han Purple #311EDF
RGB
CMYK
RGB Variations
Color information
#311EDF (or 0x311EDF) is known color: Han Purple. HEX triplet: 31, 1E and DF. RGB value is (49,30,223). Sum of RGB (Red+Green+Blue) = 49+30+223=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #311EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311EDF is #CEE120. Grayscale: #383838. Windows color (decimal): -13558049 or 14622257. OLE color: 14622257.
HSL color Cylindrical-coordinate representation of color #311EDF: hue angle of 245.91º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311EDF is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 30 | 223 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.13 |
| HSL | 245.91º | 0.76% | 0.5% | - |
| HSV(B) | 245.91º | 0.87% | 0.87% | - |
| XYZ | 15.05 | 6.91 | 70.35 | - |
| YUV | 57.68 | 221.29 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 223 | 0.78 | 0.87 | 0 | 0.13 | 245.91 | 0.76 | 0.5 |
| Hex | 31 | 1E | DF | 4E | 57 | 0 | D | F6 | 4C | 32 |
| Octal | 61 | 36 | 337 | 116 | 127 | 0 | 15 | 366 | 114 | 62 |
| Binary | 110001 | 11110 | 11011111 | 1001110 | 1010111 | 0 | 1101 | 11110110 | 1001100 | 110010 |
Color Harmonies of #311EDF
Complementary color
Monochromatic Colors of #311EDF
Black with #311EDF
Text Example
Text Example
White with #311EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311EDF; }
p { color: rgb(49,30,223); }
H1.HeaderClassName
{
color: #311EDF;
}
.AnyTagClassName
{
color: #311EDF;
}
</style>
background-color css
<style>
a { background-color: #311EDF; }
a { background-color: rgb(49,30,223); }
div.DivClassName
{
background-color: #311EDF;
}
.BgClassName
{
background-color: #311EDF;
}
</style>
border-color css
<style>
span { border-color: #311EDF; }
span { border-color: rgb(49,30,223); }
td.TdClassName
{
border-color: #311EDF;
}
.TagClassName
{
border-color: #311EDF;
}
</style>