#580C67

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

Shades of Indigo #580C67

Tints of Indigo #580C67

Color information

#580C67 (or 0x580C67) is unknown color: approx Indigo. HEX triplet: 58, 0C and 67. RGB value is (88,12,103). Sum of RGB (Red+Green+Blue) = 88+12+103=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #580C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C67 is #A7F398. Grayscale: #2C2C2C. Windows color (decimal): -11006873 or 6753368. OLE color: 6753368.

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

Color convert

RGB8812103-
CMYK0.150.8800.60
HSL290.11º79.13%22.55%-
HSV(B)290.11º88.35%40.39%-
XYZ6.63.3213.12-
YUV45.1160.68158.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 103 (40.62% from 255) = 50.74%
R=43.35%
G=5.91%
B=50.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88121030.150.8800.60290.1179.1322.55
Hex58C67F5803C1224f17
Octal130141471713007444211727
Binary101100011001100111111110110000111100100100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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