#580D7F

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

Shades of Indigo #580D7F

Tints of Indigo #580D7F

Color information

#580D7F (or 0x580D7F) is unknown color: approx Indigo. HEX triplet: 58, 0D and 7F. RGB value is (88,13,127). Sum of RGB (Red+Green+Blue) = 88+13+127=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #580D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D7F is #A7F280. Grayscale: #303030. Windows color (decimal): -11006593 or 8326488. OLE color: 8326488.

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

Color convert

RGB8813127-
CMYK0.310.9000.50
HSL279.47º81.43%27.45%-
HSV(B)279.47º89.76%49.8%-
XYZ83.8920.41-
YUV48.42172.35156.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 127 (50% from 255) = 55.70%
R=38.60%
G=5.70%
B=55.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88131270.310.9000.50279.4781.4327.45
Hex58D7F1F5A032117511b
Octal130151773713206242712133
Binary1011000110111111111111110110100110010100010111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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