#581886

Color #581886 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #581886

Tints of Indigo #581886

Color information

#581886 (or 0x581886) is unknown color: approx Indigo. HEX triplet: 58, 18 and 86. RGB value is (88,24,134). Sum of RGB (Red+Green+Blue) = 88+24+134=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #581886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581886 is #A7E779. Grayscale: #373737. Windows color (decimal): -11003770 or 8788056. OLE color: 8788056.

HSL color Cylindrical-coordinate representation of color #581886: hue angle of 274.91º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581886 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8824134-
CMYK0.340.8200.47
HSL274.91º69.62%30.98%-
HSV(B)274.91º82.09%52.55%-
XYZ8.654.4522.96-
YUV55.68172.2151.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 134 (52.73% from 255) = 54.47%
R=35.77%
G=9.76%
B=54.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88241340.340.8200.47274.9169.6230.98
Hex581886225202F113461f
Octal130302064212205742310637
Binary1011000110001000011010001010100100101111100010011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581886; }

 p { color: rgb(88,24,134); }

 H1.HeaderClassName
 {
   color: #581886;
 }
 .AnyTagClassName
 {
   color: #581886;
 }
</style>
background-color css

<style>
 a { background-color: #581886; }

 a { background-color: rgb(88,24,134); }

 div.DivClassName
 {
   background-color: #581886;
 }
 .BgClassName
 {
   background-color: #581886;
 }
</style>
border-color css

<style>
 span { border-color: #581886; }

 span { border-color: rgb(88,24,134); }

 td.TdClassName
 {
   border-color: #581886;
 }
 .TagClassName
 {
   border-color: #581886;
 }
</style>