Shades of Han Purple #581CFF
Tints of Han Purple #581CFF
RGB
CMYK
RGB Variations
Color information
#581CFF (or 0x581CFF) is known color: Han Purple. HEX triplet: 58, 1C and FF. RGB value is (88,28,255). Sum of RGB (Red+Green+Blue) = 88+28+255=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #581CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581CFF is #A7E300. Grayscale: #464646. Windows color (decimal): -11002625 or 16718936. OLE color: 16718936.
HSL color Cylindrical-coordinate representation of color #581CFF: hue angle of 255.86º 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 #581CFF is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 28 | 255 | - |
| CMYK | 0.65 | 0.89 | 0 | 0 |
| HSL | 255.86º | 1% | 0.55% | - |
| HSV(B) | 255.86º | 0.89% | 1% | - |
| XYZ | 22.49 | 10.13 | 95.38 | - |
| YUV | 71.82 | 231.38 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 255 | 0.65 | 0.89 | 0 | 0 | 255.86 | 1 | 0.55 |
| Hex | 58 | 1C | FF | 41 | 59 | 0 | 0 | 100 | 64 | 37 |
| Octal | 130 | 34 | 377 | 101 | 131 | 0 | 0 | 400 | 144 | 67 |
| Binary | 1011000 | 11100 | 11111111 | 1000001 | 1011001 | 0 | 0 | 100000000 | 1100100 | 110111 |
Color Harmonies of #581CFF
Complementary color
Monochromatic Colors of #581CFF
Black with #581CFF
Text Example
Text Example
White with #581CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CFF; }
p { color: rgb(88,28,255); }
H1.HeaderClassName
{
color: #581CFF;
}
.AnyTagClassName
{
color: #581CFF;
}
</style>
background-color css
<style>
a { background-color: #581CFF; }
a { background-color: rgb(88,28,255); }
div.DivClassName
{
background-color: #581CFF;
}
.BgClassName
{
background-color: #581CFF;
}
</style>
border-color css
<style>
span { border-color: #581CFF; }
span { border-color: rgb(88,28,255); }
td.TdClassName
{
border-color: #581CFF;
}
.TagClassName
{
border-color: #581CFF;
}
</style>