#580B7F

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

Shades of Indigo #580B7F

Tints of Indigo #580B7F

Color information

#580B7F (or 0x580B7F) is unknown color: approx Indigo. HEX triplet: 58, 0B and 7F. RGB value is (88,11,127). Sum of RGB (Red+Green+Blue) = 88+11+127=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #580B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B7F is #A7F480. Grayscale: #2E2E2E. Windows color (decimal): -11007105 or 8325976. OLE color: 8325976.

HSL color Cylindrical-coordinate representation of color #580B7F: hue angle of 279.83º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580B7F is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8811127-
CMYK0.310.9100.50
HSL279.83º84.06%27.06%-
HSV(B)279.83º91.34%49.8%-
XYZ7.973.8520.4-
YUV47.25173.01157.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 11 (4.69% from 255) = 4.87%
BLUE value IS 127 (50% from 255) = 56.19%
R=38.94%
G=4.87%
B=56.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88111270.310.9100.50279.8384.0627.06
Hex58B7F1F5B032118541b
Octal130131773713306243012433
Binary1011000101111111111111110110110110010100011000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580B7F; }

 p { color: rgb(88,11,127); }

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

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

 a { background-color: rgb(88,11,127); }

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

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

 span { border-color: rgb(88,11,127); }

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