Shades of Han Purple #581BFF
Tints of Han Purple #581BFF
RGB
CMYK
RGB Variations
Color information
#581BFF (or 0x581BFF) is known color: Han Purple. HEX triplet: 58, 1B and FF. RGB value is (88,27,255). Sum of RGB (Red+Green+Blue) = 88+27+255=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #581BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581BFF is #A7E400. Grayscale: #464646. Windows color (decimal): -11002881 or 16718680. OLE color: 16718680.
HSL color Cylindrical-coordinate representation of color #581BFF: hue angle of 256.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581BFF is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 27 | 255 | - |
| CMYK | 0.65 | 0.89 | 0 | 0 |
| HSL | 256.05º | 1% | 0.55% | - |
| HSV(B) | 256.05º | 0.89% | 1% | - |
| XYZ | 22.47 | 10.08 | 95.37 | - |
| YUV | 71.23 | 231.71 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 255 | 0.65 | 0.89 | 0 | 0 | 256.05 | 1 | 0.55 |
| Hex | 58 | 1B | FF | 41 | 59 | 0 | 0 | 100 | 64 | 37 |
| Octal | 130 | 33 | 377 | 101 | 131 | 0 | 0 | 400 | 144 | 67 |
| Binary | 1011000 | 11011 | 11111111 | 1000001 | 1011001 | 0 | 0 | 100000000 | 1100100 | 110111 |
Color Harmonies of #581BFF
Complementary color
Monochromatic Colors of #581BFF
Black with #581BFF
Text Example
Text Example
White with #581BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BFF; }
p { color: rgb(88,27,255); }
H1.HeaderClassName
{
color: #581BFF;
}
.AnyTagClassName
{
color: #581BFF;
}
</style>
background-color css
<style>
a { background-color: #581BFF; }
a { background-color: rgb(88,27,255); }
div.DivClassName
{
background-color: #581BFF;
}
.BgClassName
{
background-color: #581BFF;
}
</style>
border-color css
<style>
span { border-color: #581BFF; }
span { border-color: rgb(88,27,255); }
td.TdClassName
{
border-color: #581BFF;
}
.TagClassName
{
border-color: #581BFF;
}
</style>