Shades of Han Purple #311DDF
Tints of Han Purple #311DDF
RGB
CMYK
RGB Variations
Color information
#311DDF (or 0x311DDF) is known color: Han Purple. HEX triplet: 31, 1D and DF. RGB value is (49,29,223). Sum of RGB (Red+Green+Blue) = 49+29+223=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #311DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DDF is #CEE220. Grayscale: #383838. Windows color (decimal): -13558305 or 14622001. OLE color: 14622001.
HSL color Cylindrical-coordinate representation of color #311DDF: hue angle of 246.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311DDF is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 29 | 223 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.13 |
| HSL | 246.19º | 0.77% | 0.49% | - |
| HSV(B) | 246.19º | 0.87% | 0.87% | - |
| XYZ | 15.03 | 6.86 | 70.34 | - |
| YUV | 57.1 | 221.63 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 223 | 0.78 | 0.87 | 0 | 0.13 | 246.19 | 0.77 | 0.49 |
| Hex | 31 | 1D | DF | 4E | 57 | 0 | D | F6 | 4D | 31 |
| Octal | 61 | 35 | 337 | 116 | 127 | 0 | 15 | 366 | 115 | 61 |
| Binary | 110001 | 11101 | 11011111 | 1001110 | 1010111 | 0 | 1101 | 11110110 | 1001101 | 110001 |
Color Harmonies of #311DDF
Complementary color
Monochromatic Colors of #311DDF
Black with #311DDF
Text Example
Text Example
White with #311DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311DDF; }
p { color: rgb(49,29,223); }
H1.HeaderClassName
{
color: #311DDF;
}
.AnyTagClassName
{
color: #311DDF;
}
</style>
background-color css
<style>
a { background-color: #311DDF; }
a { background-color: rgb(49,29,223); }
div.DivClassName
{
background-color: #311DDF;
}
.BgClassName
{
background-color: #311DDF;
}
</style>
border-color css
<style>
span { border-color: #311DDF; }
span { border-color: rgb(49,29,223); }
td.TdClassName
{
border-color: #311DDF;
}
.TagClassName
{
border-color: #311DDF;
}
</style>