Shades of Han Purple #311BDA
Tints of Han Purple #311BDA
RGB
CMYK
RGB Variations
Color information
#311BDA (or 0x311BDA) is known color: Han Purple. HEX triplet: 31, 1B and DA. RGB value is (49,27,218). Sum of RGB (Red+Green+Blue) = 49+27+218=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 218 (85.55% from 255 or 74.15% from 294); Max value from RGB is 218 - color contains mainly: blue. Hex color #311BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BDA is #CEE425. Grayscale: #363636. Windows color (decimal): -13558822 or 14293809. OLE color: 14293809.
HSL color Cylindrical-coordinate representation of color #311BDA: hue angle of 246.91º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311BDA is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 27 | 218 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.15 |
| HSL | 246.91º | 0.78% | 0.48% | - |
| HSV(B) | 246.91º | 0.88% | 0.85% | - |
| XYZ | 14.31 | 6.5 | 66.83 | - |
| YUV | 55.35 | 219.79 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 218 | 0.78 | 0.88 | 0 | 0.15 | 246.91 | 0.78 | 0.48 |
| Hex | 31 | 1B | DA | 4E | 58 | 0 | F | F7 | 4E | 30 |
| Octal | 61 | 33 | 332 | 116 | 130 | 0 | 17 | 367 | 116 | 60 |
| Binary | 110001 | 11011 | 11011010 | 1001110 | 1011000 | 0 | 1111 | 11110111 | 1001110 | 110000 |
Color Harmonies of #311BDA
Complementary color
Monochromatic Colors of #311BDA
Black with #311BDA
Text Example
Text Example
White with #311BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BDA; }
p { color: rgb(49,27,218); }
H1.HeaderClassName
{
color: #311BDA;
}
.AnyTagClassName
{
color: #311BDA;
}
</style>
background-color css
<style>
a { background-color: #311BDA; }
a { background-color: rgb(49,27,218); }
div.DivClassName
{
background-color: #311BDA;
}
.BgClassName
{
background-color: #311BDA;
}
</style>
border-color css
<style>
span { border-color: #311BDA; }
span { border-color: rgb(49,27,218); }
td.TdClassName
{
border-color: #311BDA;
}
.TagClassName
{
border-color: #311BDA;
}
</style>