Shades of Han Purple #310FDA
Tints of Han Purple #310FDA
RGB
CMYK
RGB Variations
Color information
#310FDA (or 0x310FDA) is known color: Han Purple. HEX triplet: 31, 0F and DA. RGB value is (49,15,218). Sum of RGB (Red+Green+Blue) = 49+15+218=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #310FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310FDA is #CEF025. Grayscale: #2F2F2F. Windows color (decimal): -13561894 or 14290737. OLE color: 14290737.
HSL color Cylindrical-coordinate representation of color #310FDA: hue angle of 250.05º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310FDA is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 15 | 218 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.15 |
| HSL | 250.05º | 0.87% | 0.46% | - |
| HSV(B) | 250.05º | 0.93% | 0.85% | - |
| XYZ | 14.09 | 6.06 | 66.76 | - |
| YUV | 48.31 | 223.76 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 218 | 0.78 | 0.93 | 0 | 0.15 | 250.05 | 0.87 | 0.46 |
| Hex | 31 | F | DA | 4E | 5D | 0 | F | FA | 57 | 2E |
| Octal | 61 | 17 | 332 | 116 | 135 | 0 | 17 | 372 | 127 | 56 |
| Binary | 110001 | 1111 | 11011010 | 1001110 | 1011101 | 0 | 1111 | 11111010 | 1010111 | 101110 |
Color Harmonies of #310FDA
Complementary color
Monochromatic Colors of #310FDA
Black with #310FDA
Text Example
Text Example
White with #310FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310FDA; }
p { color: rgb(49,15,218); }
H1.HeaderClassName
{
color: #310FDA;
}
.AnyTagClassName
{
color: #310FDA;
}
</style>
background-color css
<style>
a { background-color: #310FDA; }
a { background-color: rgb(49,15,218); }
div.DivClassName
{
background-color: #310FDA;
}
.BgClassName
{
background-color: #310FDA;
}
</style>
border-color css
<style>
span { border-color: #310FDA; }
span { border-color: rgb(49,15,218); }
td.TdClassName
{
border-color: #310FDA;
}
.TagClassName
{
border-color: #310FDA;
}
</style>