Shades of Han Purple #581BF1
Tints of Han Purple #581BF1
RGB
CMYK
RGB Variations
Color information
#581BF1 (or 0x581BF1) is known color: Han Purple. HEX triplet: 58, 1B and F1. RGB value is (88,27,241). Sum of RGB (Red+Green+Blue) = 88+27+241=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #581BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581BF1 is #A7E40E. Grayscale: #444444. Windows color (decimal): -11002895 or 15801176. OLE color: 15801176.
HSL color Cylindrical-coordinate representation of color #581BF1: hue angle of 257.1º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581BF1 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 27 | 241 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.05 |
| HSL | 257.1º | 0.88% | 0.53% | - |
| HSV(B) | 257.1º | 0.89% | 0.95% | - |
| XYZ | 20.29 | 9.21 | 83.93 | - |
| YUV | 69.64 | 224.71 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 241 | 0.63 | 0.89 | 0 | 0.05 | 257.1 | 0.88 | 0.53 |
| Hex | 58 | 1B | F1 | 3F | 59 | 0 | 5 | 101 | 58 | 35 |
| Octal | 130 | 33 | 361 | 77 | 131 | 0 | 5 | 401 | 130 | 65 |
| Binary | 1011000 | 11011 | 11110001 | 111111 | 1011001 | 0 | 101 | 100000001 | 1011000 | 110101 |
Color Harmonies of #581BF1
Complementary color
Monochromatic Colors of #581BF1
Black with #581BF1
Text Example
Text Example
White with #581BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BF1; }
p { color: rgb(88,27,241); }
H1.HeaderClassName
{
color: #581BF1;
}
.AnyTagClassName
{
color: #581BF1;
}
</style>
background-color css
<style>
a { background-color: #581BF1; }
a { background-color: rgb(88,27,241); }
div.DivClassName
{
background-color: #581BF1;
}
.BgClassName
{
background-color: #581BF1;
}
</style>
border-color css
<style>
span { border-color: #581BF1; }
span { border-color: rgb(88,27,241); }
td.TdClassName
{
border-color: #581BF1;
}
.TagClassName
{
border-color: #581BF1;
}
</style>