Shades of Han Purple #311BDF
Tints of Han Purple #311BDF
RGB
CMYK
RGB Variations
Color information
#311BDF (or 0x311BDF) is known color: Han Purple. HEX triplet: 31, 1B and DF. RGB value is (49,27,223). Sum of RGB (Red+Green+Blue) = 49+27+223=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #311BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BDF is #CEE420. Grayscale: #373737. Windows color (decimal): -13558817 or 14621489. OLE color: 14621489.
HSL color Cylindrical-coordinate representation of color #311BDF: hue angle of 246.73º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311BDF is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 27 | 223 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.13 |
| HSL | 246.73º | 0.78% | 0.49% | - |
| HSV(B) | 246.73º | 0.88% | 0.87% | - |
| XYZ | 14.98 | 6.76 | 70.33 | - |
| YUV | 55.92 | 222.29 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 223 | 0.78 | 0.88 | 0 | 0.13 | 246.73 | 0.78 | 0.49 |
| Hex | 31 | 1B | DF | 4E | 58 | 0 | D | F7 | 4E | 31 |
| Octal | 61 | 33 | 337 | 116 | 130 | 0 | 15 | 367 | 116 | 61 |
| Binary | 110001 | 11011 | 11011111 | 1001110 | 1011000 | 0 | 1101 | 11110111 | 1001110 | 110001 |
Color Harmonies of #311BDF
Complementary color
Monochromatic Colors of #311BDF
Black with #311BDF
Text Example
Text Example
White with #311BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BDF; }
p { color: rgb(49,27,223); }
H1.HeaderClassName
{
color: #311BDF;
}
.AnyTagClassName
{
color: #311BDF;
}
</style>
background-color css
<style>
a { background-color: #311BDF; }
a { background-color: rgb(49,27,223); }
div.DivClassName
{
background-color: #311BDF;
}
.BgClassName
{
background-color: #311BDF;
}
</style>
border-color css
<style>
span { border-color: #311BDF; }
span { border-color: rgb(49,27,223); }
td.TdClassName
{
border-color: #311BDF;
}
.TagClassName
{
border-color: #311BDF;
}
</style>