Shades of Han Purple #310DDE
Tints of Han Purple #310DDE
RGB
CMYK
RGB Variations
Color information
#310DDE (or 0x310DDE) is known color: Han Purple. HEX triplet: 31, 0D and DE. RGB value is (49,13,222). Sum of RGB (Red+Green+Blue) = 49+13+222=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #310DDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DDE is #CEF221. Grayscale: #2E2E2E. Windows color (decimal): -13562402 or 14552369. OLE color: 14552369.
HSL color Cylindrical-coordinate representation of color #310DDE: hue angle of 250.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310DDE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 13 | 222 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.13 |
| HSL | 250.33º | 0.89% | 0.46% | - |
| HSV(B) | 250.33º | 0.94% | 0.87% | - |
| XYZ | 14.6 | 6.21 | 69.54 | - |
| YUV | 47.59 | 226.43 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 222 | 0.78 | 0.94 | 0 | 0.13 | 250.33 | 0.89 | 0.46 |
| Hex | 31 | D | DE | 4E | 5E | 0 | D | FA | 59 | 2E |
| Octal | 61 | 15 | 336 | 116 | 136 | 0 | 15 | 372 | 131 | 56 |
| Binary | 110001 | 1101 | 11011110 | 1001110 | 1011110 | 0 | 1101 | 11111010 | 1011001 | 101110 |
Color Harmonies of #310DDE
Complementary color
Monochromatic Colors of #310DDE
Black with #310DDE
Text Example
Text Example
White with #310DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310DDE; }
p { color: rgb(49,13,222); }
H1.HeaderClassName
{
color: #310DDE;
}
.AnyTagClassName
{
color: #310DDE;
}
</style>
background-color css
<style>
a { background-color: #310DDE; }
a { background-color: rgb(49,13,222); }
div.DivClassName
{
background-color: #310DDE;
}
.BgClassName
{
background-color: #310DDE;
}
</style>
border-color css
<style>
span { border-color: #310DDE; }
span { border-color: rgb(49,13,222); }
td.TdClassName
{
border-color: #310DDE;
}
.TagClassName
{
border-color: #310DDE;
}
</style>