Shades of Han Purple #310ADE
Tints of Han Purple #310ADE
RGB
CMYK
RGB Variations
Color information
#310ADE (or 0x310ADE) is known color: Han Purple. HEX triplet: 31, 0A and DE. RGB value is (49,10,222). Sum of RGB (Red+Green+Blue) = 49+10+222=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 222 (87.11% from 255 or 79.00% from 281); Max value from RGB is 222 - color contains mainly: blue. Hex color #310ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ADE is #CEF521. Grayscale: #2D2D2D. Windows color (decimal): -13563170 or 14551601. OLE color: 14551601.
HSL color Cylindrical-coordinate representation of color #310ADE: hue angle of 251.04º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310ADE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 10 | 222 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.13 |
| HSL | 251.04º | 0.91% | 0.45% | - |
| HSV(B) | 251.04º | 0.95% | 0.87% | - |
| XYZ | 14.56 | 6.14 | 69.53 | - |
| YUV | 45.83 | 227.42 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 222 | 0.78 | 0.95 | 0 | 0.13 | 251.04 | 0.91 | 0.45 |
| Hex | 31 | A | DE | 4E | 5F | 0 | D | FB | 5B | 2D |
| Octal | 61 | 12 | 336 | 116 | 137 | 0 | 15 | 373 | 133 | 55 |
| Binary | 110001 | 1010 | 11011110 | 1001110 | 1011111 | 0 | 1101 | 11111011 | 1011011 | 101101 |
Color Harmonies of #310ADE
Complementary color
Monochromatic Colors of #310ADE
Black with #310ADE
Text Example
Text Example
White with #310ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310ADE; }
p { color: rgb(49,10,222); }
H1.HeaderClassName
{
color: #310ADE;
}
.AnyTagClassName
{
color: #310ADE;
}
</style>
background-color css
<style>
a { background-color: #310ADE; }
a { background-color: rgb(49,10,222); }
div.DivClassName
{
background-color: #310ADE;
}
.BgClassName
{
background-color: #310ADE;
}
</style>
border-color css
<style>
span { border-color: #310ADE; }
span { border-color: rgb(49,10,222); }
td.TdClassName
{
border-color: #310ADE;
}
.TagClassName
{
border-color: #310ADE;
}
</style>