Shades of Han Purple #311CDF
Tints of Han Purple #311CDF
RGB
CMYK
RGB Variations
Color information
#311CDF (or 0x311CDF) is known color: Han Purple. HEX triplet: 31, 1C and DF. RGB value is (49,28,223). Sum of RGB (Red+Green+Blue) = 49+28+223=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #311CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CDF is #CEE320. Grayscale: #373737. Windows color (decimal): -13558561 or 14621745. OLE color: 14621745.
HSL color Cylindrical-coordinate representation of color #311CDF: hue angle of 246.46º degrees, saturation: 0.78, 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 #311CDF is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 28 | 223 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.13 |
| HSL | 246.46º | 0.78% | 0.49% | - |
| HSV(B) | 246.46º | 0.87% | 0.87% | - |
| XYZ | 15 | 6.81 | 70.34 | - |
| YUV | 56.51 | 221.96 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 223 | 0.78 | 0.87 | 0 | 0.13 | 246.46 | 0.78 | 0.49 |
| Hex | 31 | 1C | DF | 4E | 57 | 0 | D | F6 | 4E | 31 |
| Octal | 61 | 34 | 337 | 116 | 127 | 0 | 15 | 366 | 116 | 61 |
| Binary | 110001 | 11100 | 11011111 | 1001110 | 1010111 | 0 | 1101 | 11110110 | 1001110 | 110001 |
Color Harmonies of #311CDF
Complementary color
Monochromatic Colors of #311CDF
Black with #311CDF
Text Example
Text Example
White with #311CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311CDF; }
p { color: rgb(49,28,223); }
H1.HeaderClassName
{
color: #311CDF;
}
.AnyTagClassName
{
color: #311CDF;
}
</style>
background-color css
<style>
a { background-color: #311CDF; }
a { background-color: rgb(49,28,223); }
div.DivClassName
{
background-color: #311CDF;
}
.BgClassName
{
background-color: #311CDF;
}
</style>
border-color css
<style>
span { border-color: #311CDF; }
span { border-color: rgb(49,28,223); }
td.TdClassName
{
border-color: #311CDF;
}
.TagClassName
{
border-color: #311CDF;
}
</style>