Shades of Han Purple #311DDD
Tints of Han Purple #311DDD
RGB
CMYK
RGB Variations
Color information
#311DDD (or 0x311DDD) is known color: Han Purple. HEX triplet: 31, 1D and DD. RGB value is (49,29,221). Sum of RGB (Red+Green+Blue) = 49+29+221=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #311DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DDD is #CEE222. Grayscale: #383838. Windows color (decimal): -13558307 or 14490929. OLE color: 14490929.
HSL color Cylindrical-coordinate representation of color #311DDD: hue angle of 246.25º 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 #311DDD is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 29 | 221 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.13 |
| HSL | 246.25º | 0.77% | 0.49% | - |
| HSV(B) | 246.25º | 0.87% | 0.87% | - |
| XYZ | 14.76 | 6.75 | 68.93 | - |
| YUV | 56.87 | 220.63 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 221 | 0.78 | 0.87 | 0 | 0.13 | 246.25 | 0.77 | 0.49 |
| Hex | 31 | 1D | DD | 4E | 57 | 0 | D | F6 | 4D | 31 |
| Octal | 61 | 35 | 335 | 116 | 127 | 0 | 15 | 366 | 115 | 61 |
| Binary | 110001 | 11101 | 11011101 | 1001110 | 1010111 | 0 | 1101 | 11110110 | 1001101 | 110001 |
Color Harmonies of #311DDD
Complementary color
Monochromatic Colors of #311DDD
Black with #311DDD
Text Example
Text Example
White with #311DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311DDD; }
p { color: rgb(49,29,221); }
H1.HeaderClassName
{
color: #311DDD;
}
.AnyTagClassName
{
color: #311DDD;
}
</style>
background-color css
<style>
a { background-color: #311DDD; }
a { background-color: rgb(49,29,221); }
div.DivClassName
{
background-color: #311DDD;
}
.BgClassName
{
background-color: #311DDD;
}
</style>
border-color css
<style>
span { border-color: #311DDD; }
span { border-color: rgb(49,29,221); }
td.TdClassName
{
border-color: #311DDD;
}
.TagClassName
{
border-color: #311DDD;
}
</style>