Shades of Han Purple #3110FA
Tints of Han Purple #3110FA
RGB
CMYK
RGB Variations
Color information
#3110FA (or 0x3110FA) is known color: Han Purple. HEX triplet: 31, 10 and FA. RGB value is (49,16,250). Sum of RGB (Red+Green+Blue) = 49+16+250=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #3110FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3110FA is #CEEF05. Grayscale: #333333. Windows color (decimal): -13561606 or 16388145. OLE color: 16388145.
HSL color Cylindrical-coordinate representation of color #3110FA: hue angle of 248.46º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3110FA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 16 | 250 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.02 |
| HSL | 248.46º | 0.96% | 0.52% | - |
| HSV(B) | 248.46º | 0.94% | 0.98% | - |
| XYZ | 18.71 | 7.93 | 90.99 | - |
| YUV | 52.54 | 239.43 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 250 | 0.80 | 0.94 | 0 | 0.02 | 248.46 | 0.96 | 0.52 |
| Hex | 31 | 10 | FA | 50 | 5E | 0 | 2 | F8 | 60 | 34 |
| Octal | 61 | 20 | 372 | 120 | 136 | 0 | 2 | 370 | 140 | 64 |
| Binary | 110001 | 10000 | 11111010 | 1010000 | 1011110 | 0 | 10 | 11111000 | 1100000 | 110100 |
Color Harmonies of #3110FA
Complementary color
Monochromatic Colors of #3110FA
Black with #3110FA
Text Example
Text Example
White with #3110FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3110FA; }
p { color: rgb(49,16,250); }
H1.HeaderClassName
{
color: #3110FA;
}
.AnyTagClassName
{
color: #3110FA;
}
</style>
background-color css
<style>
a { background-color: #3110FA; }
a { background-color: rgb(49,16,250); }
div.DivClassName
{
background-color: #3110FA;
}
.BgClassName
{
background-color: #3110FA;
}
</style>
border-color css
<style>
span { border-color: #3110FA; }
span { border-color: rgb(49,16,250); }
td.TdClassName
{
border-color: #3110FA;
}
.TagClassName
{
border-color: #3110FA;
}
</style>