#580884

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

Shades of Indigo #580884

Tints of Indigo #580884

Color information

#580884 (or 0x580884) is unknown color: approx Indigo. HEX triplet: 58, 08 and 84. RGB value is (88,8,132). Sum of RGB (Red+Green+Blue) = 88+8+132=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #580884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580884 is #A7F77B. Grayscale: #2D2D2D. Windows color (decimal): -11007868 or 8652888. OLE color: 8652888.

HSL color Cylindrical-coordinate representation of color #580884: hue angle of 278.71º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580884 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB888132-
CMYK0.330.9400.48
HSL278.71º88.57%27.45%-
HSV(B)278.71º93.94%51.76%-
XYZ8.283.9122.15-
YUV46.06176.5157.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 8 (3.52% from 255) = 3.51%
BLUE value IS 132 (51.95% from 255) = 57.89%
R=38.60%
G=3.51%
B=57.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8881320.330.9400.48278.7188.5727.45
Hex58884215E030117591b
Octal130102044113606042713133
Binary101100010001000010010000110111100110000100010111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580884; }

 p { color: rgb(88,8,132); }

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

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

 a { background-color: rgb(88,8,132); }

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

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

 span { border-color: rgb(88,8,132); }

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