Shades of Han Purple #3119EB
Tints of Han Purple #3119EB
RGB
CMYK
RGB Variations
Color information
#3119EB (or 0x3119EB) is known color: Han Purple. HEX triplet: 31, 19 and EB. RGB value is (49,25,235). Sum of RGB (Red+Green+Blue) = 49+25+235=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #3119EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3119EB is #CEE614. Grayscale: #373737. Windows color (decimal): -13559317 or 15407409. OLE color: 15407409.
HSL color Cylindrical-coordinate representation of color #3119EB: hue angle of 246.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3119EB is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 25 | 235 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.08 |
| HSL | 246.86º | 0.84% | 0.51% | - |
| HSV(B) | 246.86º | 0.89% | 0.92% | - |
| XYZ | 16.61 | 7.35 | 79.14 | - |
| YUV | 56.12 | 228.95 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 235 | 0.79 | 0.89 | 0 | 0.08 | 246.86 | 0.84 | 0.51 |
| Hex | 31 | 19 | EB | 4F | 59 | 0 | 8 | F7 | 54 | 33 |
| Octal | 61 | 31 | 353 | 117 | 131 | 0 | 10 | 367 | 124 | 63 |
| Binary | 110001 | 11001 | 11101011 | 1001111 | 1011001 | 0 | 1000 | 11110111 | 1010100 | 110011 |
Color Harmonies of #3119EB
Complementary color
Monochromatic Colors of #3119EB
Black with #3119EB
Text Example
Text Example
White with #3119EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3119EB; }
p { color: rgb(49,25,235); }
H1.HeaderClassName
{
color: #3119EB;
}
.AnyTagClassName
{
color: #3119EB;
}
</style>
background-color css
<style>
a { background-color: #3119EB; }
a { background-color: rgb(49,25,235); }
div.DivClassName
{
background-color: #3119EB;
}
.BgClassName
{
background-color: #3119EB;
}
</style>
border-color css
<style>
span { border-color: #3119EB; }
span { border-color: rgb(49,25,235); }
td.TdClassName
{
border-color: #3119EB;
}
.TagClassName
{
border-color: #3119EB;
}
</style>