#580784

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

Shades of Indigo #580784

Tints of Indigo #580784

Color information

#580784 (or 0x580784) is unknown color: approx Indigo. HEX triplet: 58, 07 and 84. RGB value is (88,7,132). Sum of RGB (Red+Green+Blue) = 88+7+132=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #580784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580784 is #A7F87B. Grayscale: #2D2D2D. Windows color (decimal): -11008124 or 8652632. OLE color: 8652632.

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

Color convert

RGB887132-
CMYK0.330.9500.48
HSL278.88º89.93%27.25%-
HSV(B)278.88º94.7%51.76%-
XYZ8.273.8922.15-
YUV45.47176.84158.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=38.77%
G=3.08%
B=58.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8871320.330.9500.48278.8889.9327.25
Hex58784215F0301175a1b
Octal13072044113706042713233
Binary10110001111000010010000110111110110000100010111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580784; }

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

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

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

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

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

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

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

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