Shades of Han Purple #310BDC
Tints of Han Purple #310BDC
RGB
CMYK
RGB Variations
Color information
#310BDC (or 0x310BDC) is known color: Han Purple. HEX triplet: 31, 0B and DC. RGB value is (49,11,220). Sum of RGB (Red+Green+Blue) = 49+11+220=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #310BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BDC is #CEF423. Grayscale: #2D2D2D. Windows color (decimal): -13562916 or 14420785. OLE color: 14420785.
HSL color Cylindrical-coordinate representation of color #310BDC: hue angle of 250.91º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310BDC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 11 | 220 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.14 |
| HSL | 250.91º | 0.9% | 0.45% | - |
| HSV(B) | 250.91º | 0.95% | 0.86% | - |
| XYZ | 14.3 | 6.06 | 68.13 | - |
| YUV | 46.19 | 226.09 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 220 | 0.78 | 0.95 | 0 | 0.14 | 250.91 | 0.9 | 0.45 |
| Hex | 31 | B | DC | 4E | 5F | 0 | E | FB | 5A | 2D |
| Octal | 61 | 13 | 334 | 116 | 137 | 0 | 16 | 373 | 132 | 55 |
| Binary | 110001 | 1011 | 11011100 | 1001110 | 1011111 | 0 | 1110 | 11111011 | 1011010 | 101101 |
Color Harmonies of #310BDC
Complementary color
Monochromatic Colors of #310BDC
Black with #310BDC
Text Example
Text Example
White with #310BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310BDC; }
p { color: rgb(49,11,220); }
H1.HeaderClassName
{
color: #310BDC;
}
.AnyTagClassName
{
color: #310BDC;
}
</style>
background-color css
<style>
a { background-color: #310BDC; }
a { background-color: rgb(49,11,220); }
div.DivClassName
{
background-color: #310BDC;
}
.BgClassName
{
background-color: #310BDC;
}
</style>
border-color css
<style>
span { border-color: #310BDC; }
span { border-color: rgb(49,11,220); }
td.TdClassName
{
border-color: #310BDC;
}
.TagClassName
{
border-color: #310BDC;
}
</style>