Shades of Han Purple #3115EB
Tints of Han Purple #3115EB
RGB
CMYK
RGB Variations
Color information
#3115EB (or 0x3115EB) is known color: Han Purple. HEX triplet: 31, 15 and EB. RGB value is (49,21,235). Sum of RGB (Red+Green+Blue) = 49+21+235=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #3115EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3115EB is #CEEA14. Grayscale: #343434. Windows color (decimal): -13560341 or 15406385. OLE color: 15406385.
HSL color Cylindrical-coordinate representation of color #3115EB: hue angle of 247.85º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3115EB is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 21 | 235 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.08 |
| HSL | 247.85º | 0.84% | 0.5% | - |
| HSV(B) | 247.85º | 0.91% | 0.92% | - |
| XYZ | 16.53 | 7.19 | 79.11 | - |
| YUV | 53.77 | 230.28 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 235 | 0.79 | 0.91 | 0 | 0.08 | 247.85 | 0.84 | 0.5 |
| Hex | 31 | 15 | EB | 4F | 5B | 0 | 8 | F8 | 54 | 32 |
| Octal | 61 | 25 | 353 | 117 | 133 | 0 | 10 | 370 | 124 | 62 |
| Binary | 110001 | 10101 | 11101011 | 1001111 | 1011011 | 0 | 1000 | 11111000 | 1010100 | 110010 |
Color Harmonies of #3115EB
Complementary color
Monochromatic Colors of #3115EB
Black with #3115EB
Text Example
Text Example
White with #3115EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3115EB; }
p { color: rgb(49,21,235); }
H1.HeaderClassName
{
color: #3115EB;
}
.AnyTagClassName
{
color: #3115EB;
}
</style>
background-color css
<style>
a { background-color: #3115EB; }
a { background-color: rgb(49,21,235); }
div.DivClassName
{
background-color: #3115EB;
}
.BgClassName
{
background-color: #3115EB;
}
</style>
border-color css
<style>
span { border-color: #3115EB; }
span { border-color: rgb(49,21,235); }
td.TdClassName
{
border-color: #3115EB;
}
.TagClassName
{
border-color: #3115EB;
}
</style>