Shades of Han Purple #581FFF
Tints of Han Purple #581FFF
RGB
CMYK
RGB Variations
Color information
#581FFF (or 0x581FFF) is known color: Han Purple. HEX triplet: 58, 1F and FF. RGB value is (88,31,255). Sum of RGB (Red+Green+Blue) = 88+31+255=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #581FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FFF is #A7E000. Grayscale: #484848. Windows color (decimal): -11001857 or 16719704. OLE color: 16719704.
HSL color Cylindrical-coordinate representation of color #581FFF: hue angle of 255.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581FFF is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 31 | 255 | - |
| CMYK | 0.65 | 0.88 | 0 | 0 |
| HSL | 255.27º | 1% | 0.56% | - |
| HSV(B) | 255.27º | 0.88% | 1% | - |
| XYZ | 22.56 | 10.27 | 95.4 | - |
| YUV | 73.58 | 230.38 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 255 | 0.65 | 0.88 | 0 | 0 | 255.27 | 1 | 0.56 |
| Hex | 58 | 1F | FF | 41 | 58 | 0 | 0 | FF | 64 | 38 |
| Octal | 130 | 37 | 377 | 101 | 130 | 0 | 0 | 377 | 144 | 70 |
| Binary | 1011000 | 11111 | 11111111 | 1000001 | 1011000 | 0 | 0 | 11111111 | 1100100 | 111000 |
Color Harmonies of #581FFF
Complementary color
Monochromatic Colors of #581FFF
Black with #581FFF
Text Example
Text Example
White with #581FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581FFF; }
p { color: rgb(88,31,255); }
H1.HeaderClassName
{
color: #581FFF;
}
.AnyTagClassName
{
color: #581FFF;
}
</style>
background-color css
<style>
a { background-color: #581FFF; }
a { background-color: rgb(88,31,255); }
div.DivClassName
{
background-color: #581FFF;
}
.BgClassName
{
background-color: #581FFF;
}
</style>
border-color css
<style>
span { border-color: #581FFF; }
span { border-color: rgb(88,31,255); }
td.TdClassName
{
border-color: #581FFF;
}
.TagClassName
{
border-color: #581FFF;
}
</style>