Shades of Han Purple #581CFA
Tints of Han Purple #581CFA
RGB
CMYK
RGB Variations
Color information
#581CFA (or 0x581CFA) is known color: Han Purple. HEX triplet: 58, 1C and FA. RGB value is (88,28,250). Sum of RGB (Red+Green+Blue) = 88+28+250=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #581CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581CFA is #A7E305. Grayscale: #464646. Windows color (decimal): -11002630 or 16391256. OLE color: 16391256.
HSL color Cylindrical-coordinate representation of color #581CFA: hue angle of 256.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581CFA is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 28 | 250 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.02 |
| HSL | 256.22º | 0.96% | 0.55% | - |
| HSV(B) | 256.22º | 0.89% | 0.98% | - |
| XYZ | 21.7 | 9.81 | 91.19 | - |
| YUV | 71.25 | 228.88 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 250 | 0.65 | 0.89 | 0 | 0.02 | 256.22 | 0.96 | 0.55 |
| Hex | 58 | 1C | FA | 41 | 59 | 0 | 2 | 100 | 60 | 37 |
| Octal | 130 | 34 | 372 | 101 | 131 | 0 | 2 | 400 | 140 | 67 |
| Binary | 1011000 | 11100 | 11111010 | 1000001 | 1011001 | 0 | 10 | 100000000 | 1100000 | 110111 |
Color Harmonies of #581CFA
Complementary color
Monochromatic Colors of #581CFA
Black with #581CFA
Text Example
Text Example
White with #581CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CFA; }
p { color: rgb(88,28,250); }
H1.HeaderClassName
{
color: #581CFA;
}
.AnyTagClassName
{
color: #581CFA;
}
</style>
background-color css
<style>
a { background-color: #581CFA; }
a { background-color: rgb(88,28,250); }
div.DivClassName
{
background-color: #581CFA;
}
.BgClassName
{
background-color: #581CFA;
}
</style>
border-color css
<style>
span { border-color: #581CFA; }
span { border-color: rgb(88,28,250); }
td.TdClassName
{
border-color: #581CFA;
}
.TagClassName
{
border-color: #581CFA;
}
</style>