#580C68

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

Shades of Indigo #580C68

Tints of Indigo #580C68

Color information

#580C68 (or 0x580C68) is unknown color: approx Indigo. HEX triplet: 58, 0C and 68. RGB value is (88,12,104). Sum of RGB (Red+Green+Blue) = 88+12+104=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #580C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C68 is #A7F397. Grayscale: #2C2C2C. Windows color (decimal): -11006872 or 6818904. OLE color: 6818904.

HSL color Cylindrical-coordinate representation of color #580C68: hue angle of 289.57º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580C68 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8812104-
CMYK0.150.8800.59
HSL289.57º79.31%22.75%-
HSV(B)289.57º88.46%40.78%-
XYZ6.653.3413.39-
YUV45.21161.18158.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 12 (5.08% from 255) = 5.88%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=43.14%
G=5.88%
B=50.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88121040.150.8800.59289.5779.3122.75
Hex58C68F5803B1224f17
Octal130141501713007344211727
Binary101100011001101000111110110000111011100100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,12,104); }

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

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

 a { background-color: rgb(88,12,104); }

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

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

 span { border-color: rgb(88,12,104); }

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