Shades of Han Purple #581AF2
Tints of Han Purple #581AF2
RGB
CMYK
RGB Variations
Color information
#581AF2 (or 0x581AF2) is known color: Han Purple. HEX triplet: 58, 1A and F2. RGB value is (88,26,242). Sum of RGB (Red+Green+Blue) = 88+26+242=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #581AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AF2 is #A7E50D. Grayscale: #444444. Windows color (decimal): -11003150 or 15866456. OLE color: 15866456.
HSL color Cylindrical-coordinate representation of color #581AF2: hue angle of 257.22º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581AF2 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 26 | 242 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.05 |
| HSL | 257.22º | 0.89% | 0.53% | - |
| HSV(B) | 257.22º | 0.89% | 0.95% | - |
| XYZ | 20.42 | 9.22 | 84.71 | - |
| YUV | 69.16 | 225.54 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 242 | 0.64 | 0.89 | 0 | 0.05 | 257.22 | 0.89 | 0.53 |
| Hex | 58 | 1A | F2 | 40 | 59 | 0 | 5 | 101 | 59 | 35 |
| Octal | 130 | 32 | 362 | 100 | 131 | 0 | 5 | 401 | 131 | 65 |
| Binary | 1011000 | 11010 | 11110010 | 1000000 | 1011001 | 0 | 101 | 100000001 | 1011001 | 110101 |
Color Harmonies of #581AF2
Complementary color
Monochromatic Colors of #581AF2
Black with #581AF2
Text Example
Text Example
White with #581AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581AF2; }
p { color: rgb(88,26,242); }
H1.HeaderClassName
{
color: #581AF2;
}
.AnyTagClassName
{
color: #581AF2;
}
</style>
background-color css
<style>
a { background-color: #581AF2; }
a { background-color: rgb(88,26,242); }
div.DivClassName
{
background-color: #581AF2;
}
.BgClassName
{
background-color: #581AF2;
}
</style>
border-color css
<style>
span { border-color: #581AF2; }
span { border-color: rgb(88,26,242); }
td.TdClassName
{
border-color: #581AF2;
}
.TagClassName
{
border-color: #581AF2;
}
</style>