Shades of Han Purple #3110FF
Tints of Han Purple #3110FF
RGB
CMYK
RGB Variations
Color information
#3110FF (or 0x3110FF) is known color: Han Purple. HEX triplet: 31, 10 and FF. RGB value is (49,16,255). Sum of RGB (Red+Green+Blue) = 49+16+255=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #3110FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3110FF is #CEEF00. Grayscale: #343434. Windows color (decimal): -13561601 or 16715825. OLE color: 16715825.
HSL color Cylindrical-coordinate representation of color #3110FF: hue angle of 248.28º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3110FF is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 16 | 255 | - |
| CMYK | 0.81 | 0.94 | 0 | 0 |
| HSL | 248.28º | 1% | 0.53% | - |
| HSV(B) | 248.28º | 0.94% | 1% | - |
| XYZ | 19.5 | 8.24 | 95.17 | - |
| YUV | 53.11 | 241.93 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 255 | 0.81 | 0.94 | 0 | 0 | 248.28 | 1 | 0.53 |
| Hex | 31 | 10 | FF | 51 | 5E | 0 | 0 | F8 | 64 | 35 |
| Octal | 61 | 20 | 377 | 121 | 136 | 0 | 0 | 370 | 144 | 65 |
| Binary | 110001 | 10000 | 11111111 | 1010001 | 1011110 | 0 | 0 | 11111000 | 1100100 | 110101 |
Color Harmonies of #3110FF
Complementary color
Monochromatic Colors of #3110FF
Black with #3110FF
Text Example
Text Example
White with #3110FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3110FF; }
p { color: rgb(49,16,255); }
H1.HeaderClassName
{
color: #3110FF;
}
.AnyTagClassName
{
color: #3110FF;
}
</style>
background-color css
<style>
a { background-color: #3110FF; }
a { background-color: rgb(49,16,255); }
div.DivClassName
{
background-color: #3110FF;
}
.BgClassName
{
background-color: #3110FF;
}
</style>
border-color css
<style>
span { border-color: #3110FF; }
span { border-color: rgb(49,16,255); }
td.TdClassName
{
border-color: #3110FF;
}
.TagClassName
{
border-color: #3110FF;
}
</style>