Shades of Han Purple #581EF4
Tints of Han Purple #581EF4
RGB
CMYK
RGB Variations
Color information
#581EF4 (or 0x581EF4) is known color: Han Purple. HEX triplet: 58, 1E and F4. RGB value is (88,30,244). Sum of RGB (Red+Green+Blue) = 88+30+244=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 244 (95.70% from 255 or 67.40% from 362); Max value from RGB is 244 - color contains mainly: blue. Hex color #581EF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581EF4 is #A7E10B. Grayscale: #464646. Windows color (decimal): -11002124 or 15998552. OLE color: 15998552.
HSL color Cylindrical-coordinate representation of color #581EF4: hue angle of 256.26º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581EF4 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 30 | 244 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.04 |
| HSL | 256.26º | 0.91% | 0.54% | - |
| HSV(B) | 256.26º | 0.88% | 0.96% | - |
| XYZ | 20.82 | 9.53 | 86.33 | - |
| YUV | 71.74 | 225.22 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 244 | 0.64 | 0.88 | 0 | 0.04 | 256.26 | 0.91 | 0.54 |
| Hex | 58 | 1E | F4 | 40 | 58 | 0 | 4 | 100 | 5B | 36 |
| Octal | 130 | 36 | 364 | 100 | 130 | 0 | 4 | 400 | 133 | 66 |
| Binary | 1011000 | 11110 | 11110100 | 1000000 | 1011000 | 0 | 100 | 100000000 | 1011011 | 110110 |
Color Harmonies of #581EF4
Complementary color
Monochromatic Colors of #581EF4
Black with #581EF4
Text Example
Text Example
White with #581EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EF4; }
p { color: rgb(88,30,244); }
H1.HeaderClassName
{
color: #581EF4;
}
.AnyTagClassName
{
color: #581EF4;
}
</style>
background-color css
<style>
a { background-color: #581EF4; }
a { background-color: rgb(88,30,244); }
div.DivClassName
{
background-color: #581EF4;
}
.BgClassName
{
background-color: #581EF4;
}
</style>
border-color css
<style>
span { border-color: #581EF4; }
span { border-color: rgb(88,30,244); }
td.TdClassName
{
border-color: #581EF4;
}
.TagClassName
{
border-color: #581EF4;
}
</style>