#580F7F

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

Shades of Indigo #580F7F

Tints of Indigo #580F7F

Color information

#580F7F (or 0x580F7F) is unknown color: approx Indigo. HEX triplet: 58, 0F and 7F. RGB value is (88,15,127). Sum of RGB (Red+Green+Blue) = 88+15+127=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #580F7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F7F is #A7F080. Grayscale: #313131. Windows color (decimal): -11006081 or 8327000. OLE color: 8327000.

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

Color convert

RGB8815127-
CMYK0.310.8800.50
HSL279.11º78.87%27.84%-
HSV(B)279.11º88.19%49.8%-
XYZ8.033.9520.42-
YUV49.6171.68155.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 127 (50% from 255) = 55.22%
R=38.26%
G=6.52%
B=55.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88151270.310.8800.50279.1178.8727.84
Hex58F7F1F580321174f1c
Octal130171773713006242711734
Binary1011000111111111111111110110000110010100010111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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