Shades of Han Purple #581BFA
Tints of Han Purple #581BFA
RGB
CMYK
RGB Variations
Color information
#581BFA (or 0x581BFA) is known color: Han Purple. HEX triplet: 58, 1B and FA. RGB value is (88,27,250). Sum of RGB (Red+Green+Blue) = 88+27+250=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #581BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581BFA is #A7E405. Grayscale: #454545. Windows color (decimal): -11002886 or 16391000. OLE color: 16391000.
HSL color Cylindrical-coordinate representation of color #581BFA: hue angle of 256.41º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581BFA is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 27 | 250 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.02 |
| HSL | 256.41º | 0.96% | 0.54% | - |
| HSV(B) | 256.41º | 0.89% | 0.98% | - |
| XYZ | 21.67 | 9.76 | 91.18 | - |
| YUV | 70.66 | 229.21 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 250 | 0.65 | 0.89 | 0 | 0.02 | 256.41 | 0.96 | 0.54 |
| Hex | 58 | 1B | FA | 41 | 59 | 0 | 2 | 100 | 60 | 36 |
| Octal | 130 | 33 | 372 | 101 | 131 | 0 | 2 | 400 | 140 | 66 |
| Binary | 1011000 | 11011 | 11111010 | 1000001 | 1011001 | 0 | 10 | 100000000 | 1100000 | 110110 |
Color Harmonies of #581BFA
Complementary color
Monochromatic Colors of #581BFA
Black with #581BFA
Text Example
Text Example
White with #581BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BFA; }
p { color: rgb(88,27,250); }
H1.HeaderClassName
{
color: #581BFA;
}
.AnyTagClassName
{
color: #581BFA;
}
</style>
background-color css
<style>
a { background-color: #581BFA; }
a { background-color: rgb(88,27,250); }
div.DivClassName
{
background-color: #581BFA;
}
.BgClassName
{
background-color: #581BFA;
}
</style>
border-color css
<style>
span { border-color: #581BFA; }
span { border-color: rgb(88,27,250); }
td.TdClassName
{
border-color: #581BFA;
}
.TagClassName
{
border-color: #581BFA;
}
</style>