Shades of Han Purple #5831FF
Tints of Han Purple #5831FF
RGB
CMYK
RGB Variations
Color information
#5831FF (or 0x5831FF) is known color: Han Purple. HEX triplet: 58, 31 and FF. RGB value is (88,49,255). Sum of RGB (Red+Green+Blue) = 88+49+255=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #5831FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5831FF is #A7CE00. Grayscale: #535353. Windows color (decimal): -10997249 or 16724312. OLE color: 16724312.
HSL color Cylindrical-coordinate representation of color #5831FF: hue angle of 251.36º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5831FF is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 49 | 255 | - |
| CMYK | 0.65 | 0.81 | 0 | 0 |
| HSL | 251.36º | 1% | 0.6% | - |
| HSV(B) | 251.36º | 0.81% | 1% | - |
| XYZ | 23.17 | 11.49 | 95.6 | - |
| YUV | 84.15 | 224.42 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 255 | 0.65 | 0.81 | 0 | 0 | 251.36 | 1 | 0.6 |
| Hex | 58 | 31 | FF | 41 | 51 | 0 | 0 | FB | 64 | 3C |
| Octal | 130 | 61 | 377 | 101 | 121 | 0 | 0 | 373 | 144 | 74 |
| Binary | 1011000 | 110001 | 11111111 | 1000001 | 1010001 | 0 | 0 | 11111011 | 1100100 | 111100 |
Color Harmonies of #5831FF
Complementary color
Monochromatic Colors of #5831FF
Black with #5831FF
Text Example
Text Example
White with #5831FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5831FF; }
p { color: rgb(88,49,255); }
H1.HeaderClassName
{
color: #5831FF;
}
.AnyTagClassName
{
color: #5831FF;
}
</style>
background-color css
<style>
a { background-color: #5831FF; }
a { background-color: rgb(88,49,255); }
div.DivClassName
{
background-color: #5831FF;
}
.BgClassName
{
background-color: #5831FF;
}
</style>
border-color css
<style>
span { border-color: #5831FF; }
span { border-color: rgb(88,49,255); }
td.TdClassName
{
border-color: #5831FF;
}
.TagClassName
{
border-color: #5831FF;
}
</style>