Shades of Han Purple #3115FF
Tints of Han Purple #3115FF
RGB
CMYK
RGB Variations
Color information
#3115FF (or 0x3115FF) is known color: Han Purple. HEX triplet: 31, 15 and FF. RGB value is (49,21,255). Sum of RGB (Red+Green+Blue) = 49+21+255=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #3115FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3115FF is #CEEA00. Grayscale: #373737. Windows color (decimal): -13560321 or 16717105. OLE color: 16717105.
HSL color Cylindrical-coordinate representation of color #3115FF: hue angle of 247.18º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3115FF is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 21 | 255 | - |
| CMYK | 0.81 | 0.92 | 0 | 0 |
| HSL | 247.18º | 1% | 0.54% | - |
| HSV(B) | 247.18º | 0.92% | 1% | - |
| XYZ | 19.58 | 8.41 | 95.2 | - |
| YUV | 56.05 | 240.28 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 255 | 0.81 | 0.92 | 0 | 0 | 247.18 | 1 | 0.54 |
| Hex | 31 | 15 | FF | 51 | 5C | 0 | 0 | F7 | 64 | 36 |
| Octal | 61 | 25 | 377 | 121 | 134 | 0 | 0 | 367 | 144 | 66 |
| Binary | 110001 | 10101 | 11111111 | 1010001 | 1011100 | 0 | 0 | 11110111 | 1100100 | 110110 |
Color Harmonies of #3115FF
Complementary color
Monochromatic Colors of #3115FF
Black with #3115FF
Text Example
Text Example
White with #3115FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3115FF; }
p { color: rgb(49,21,255); }
H1.HeaderClassName
{
color: #3115FF;
}
.AnyTagClassName
{
color: #3115FF;
}
</style>
background-color css
<style>
a { background-color: #3115FF; }
a { background-color: rgb(49,21,255); }
div.DivClassName
{
background-color: #3115FF;
}
.BgClassName
{
background-color: #3115FF;
}
</style>
border-color css
<style>
span { border-color: #3115FF; }
span { border-color: rgb(49,21,255); }
td.TdClassName
{
border-color: #3115FF;
}
.TagClassName
{
border-color: #3115FF;
}
</style>