#580671

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

Shades of Indigo #580671

Tints of Indigo #580671

Color information

#580671 (or 0x580671) is unknown color: approx Indigo. HEX triplet: 58, 06 and 71. RGB value is (88,6,113). Sum of RGB (Red+Green+Blue) = 88+6+113=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #580671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580671 is #A7F98E. Grayscale: #2A2A2A. Windows color (decimal): -11008399 or 7407192. OLE color: 7407192.

HSL color Cylindrical-coordinate representation of color #580671: hue angle of 285.98º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580671 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB886113-
CMYK0.220.9500.56
HSL285.98º89.92%23.33%-
HSV(B)285.98º94.69%44.31%-
XYZ7.073.415.91-
YUV42.72167.67160.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=42.51%
G=2.90%
B=54.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8861130.220.9500.56285.9889.9223.33
Hex58671165F03811e5a17
Octal13061612613707043613227
Binary101100011011100011011010111110111000100011110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580671; }

 p { color: rgb(88,6,113); }

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

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

 a { background-color: rgb(88,6,113); }

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

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

 span { border-color: rgb(88,6,113); }

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