Shades of Han Purple #581AF3
Tints of Han Purple #581AF3
RGB
CMYK
RGB Variations
Color information
#581AF3 (or 0x581AF3) is known color: Han Purple. HEX triplet: 58, 1A and F3. RGB value is (88,26,243). Sum of RGB (Red+Green+Blue) = 88+26+243=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 243 (95.31% from 255 or 68.07% from 357); Max value from RGB is 243 - color contains mainly: blue. Hex color #581AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581AF3 is #A7E50C. Grayscale: #444444. Windows color (decimal): -11003149 or 15931992. OLE color: 15931992.
HSL color Cylindrical-coordinate representation of color #581AF3: hue angle of 257.14º degrees, saturation: 0.9, 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 #581AF3 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 26 | 243 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.05 |
| HSL | 257.14º | 0.9% | 0.53% | - |
| HSV(B) | 257.14º | 0.89% | 0.95% | - |
| XYZ | 20.57 | 9.28 | 85.5 | - |
| YUV | 69.28 | 226.04 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 243 | 0.64 | 0.89 | 0 | 0.05 | 257.14 | 0.9 | 0.53 |
| Hex | 58 | 1A | F3 | 40 | 59 | 0 | 5 | 101 | 5A | 35 |
| Octal | 130 | 32 | 363 | 100 | 131 | 0 | 5 | 401 | 132 | 65 |
| Binary | 1011000 | 11010 | 11110011 | 1000000 | 1011001 | 0 | 101 | 100000001 | 1011010 | 110101 |
Color Harmonies of #581AF3
Complementary color
Monochromatic Colors of #581AF3
Black with #581AF3
Text Example
Text Example
White with #581AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581AF3; }
p { color: rgb(88,26,243); }
H1.HeaderClassName
{
color: #581AF3;
}
.AnyTagClassName
{
color: #581AF3;
}
</style>
background-color css
<style>
a { background-color: #581AF3; }
a { background-color: rgb(88,26,243); }
div.DivClassName
{
background-color: #581AF3;
}
.BgClassName
{
background-color: #581AF3;
}
</style>
border-color css
<style>
span { border-color: #581AF3; }
span { border-color: rgb(88,26,243); }
td.TdClassName
{
border-color: #581AF3;
}
.TagClassName
{
border-color: #581AF3;
}
</style>