Shades of Han Purple #5131E8
Tints of Han Purple #5131E8
RGB
CMYK
RGB Variations
Color information
#5131E8 (or 0x5131E8) is known color: Han Purple. HEX triplet: 51, 31 and E8. RGB value is (81,49,232). Sum of RGB (Red+Green+Blue) = 81+49+232=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 232 (91.02% from 255 or 64.09% from 362); Max value from RGB is 232 - color contains mainly: blue. Hex color #5131E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5131E8 is #AECE17. Grayscale: #4E4E4E. Windows color (decimal): -11456024 or 15216977. OLE color: 15216977.
HSL color Cylindrical-coordinate representation of color #5131E8: hue angle of 250.49º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5131E8 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 49 | 232 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.09 |
| HSL | 250.49º | 0.8% | 0.55% | - |
| HSV(B) | 250.49º | 0.79% | 0.91% | - |
| XYZ | 19.06 | 9.77 | 77.23 | - |
| YUV | 79.43 | 214.1 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 232 | 0.65 | 0.79 | 0 | 0.09 | 250.49 | 0.8 | 0.55 |
| Hex | 51 | 31 | E8 | 41 | 4F | 0 | 9 | FA | 50 | 37 |
| Octal | 121 | 61 | 350 | 101 | 117 | 0 | 11 | 372 | 120 | 67 |
| Binary | 1010001 | 110001 | 11101000 | 1000001 | 1001111 | 0 | 1001 | 11111010 | 1010000 | 110111 |
Color Harmonies of #5131E8
Complementary color
Monochromatic Colors of #5131E8
Black with #5131E8
Text Example
Text Example
White with #5131E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5131E8; }
p { color: rgb(81,49,232); }
H1.HeaderClassName
{
color: #5131E8;
}
.AnyTagClassName
{
color: #5131E8;
}
</style>
background-color css
<style>
a { background-color: #5131E8; }
a { background-color: rgb(81,49,232); }
div.DivClassName
{
background-color: #5131E8;
}
.BgClassName
{
background-color: #5131E8;
}
</style>
border-color css
<style>
span { border-color: #5131E8; }
span { border-color: rgb(81,49,232); }
td.TdClassName
{
border-color: #5131E8;
}
.TagClassName
{
border-color: #5131E8;
}
</style>