Shades of Blue Diamond #581E72
Tints of Blue Diamond #581E72
RGB
CMYK
RGB Variations
Color information
#581E72 (or 0x581E72) is known color: Blue Diamond. HEX triplet: 58, 1E and 72. RGB value is (88,30,114). Sum of RGB (Red+Green+Blue) = 88+30+114=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #581E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581E72 is #A7E18D. Grayscale: #383838. Windows color (decimal): -11002254 or 7478872. OLE color: 7478872.
HSL color Cylindrical-coordinate representation of color #581E72: hue angle of 281.43º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581E72 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 30 | 114 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.55 |
| HSL | 281.43º | 0.58% | 0.28% | - |
| HSV(B) | 281.43º | 0.74% | 0.45% | - |
| XYZ | 7.53 | 4.22 | 16.34 | - |
| YUV | 56.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 114 | 0.23 | 0.74 | 0 | 0.55 | 281.43 | 0.58 | 0.28 |
| Hex | 58 | 1E | 72 | 17 | 4A | 0 | 37 | 119 | 3A | 1C |
| Octal | 130 | 36 | 162 | 27 | 112 | 0 | 67 | 431 | 72 | 34 |
| Binary | 1011000 | 11110 | 1110010 | 10111 | 1001010 | 0 | 110111 | 100011001 | 111010 | 11100 |
Color Harmonies of #581E72
Complementary color
Monochromatic Colors of #581E72
Black with #581E72
Text Example
Text Example
White with #581E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E72; }
p { color: rgb(88,30,114); }
H1.HeaderClassName
{
color: #581E72;
}
.AnyTagClassName
{
color: #581E72;
}
</style>
background-color css
<style>
a { background-color: #581E72; }
a { background-color: rgb(88,30,114); }
div.DivClassName
{
background-color: #581E72;
}
.BgClassName
{
background-color: #581E72;
}
</style>
border-color css
<style>
span { border-color: #581E72; }
span { border-color: rgb(88,30,114); }
td.TdClassName
{
border-color: #581E72;
}
.TagClassName
{
border-color: #581E72;
}
</style>