Html Css Color HEX #580C76 Indigo

📋 copy color: '#580C76'

red 88 ◦ green 12 ◦ blue 118

#580C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #580C76

Tints of Indigo #580C76

RGB

 RED value IS 88 (34.77% from 255) = 40.37%

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 40.37%
G = 5.5%
B = 54.13%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580C76 (or 0x580C76) is known color: Indigo. HEX triplet: 58, 0C and 76. RGB value is (88,12,118). Sum of RGB (Red+Green+Blue) = 88+12+118=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #580C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C76 is #A7F389. Grayscale: #2E2E2E. Windows color (decimal): -11006858 or 7736408. OLE color: 7736408.

HSL color Cylindrical-coordinate representation of color #580C76: hue angle of 283.02º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580C76 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 12 118 -
CMYK 0.25 0.90 0 0.54
HSL 283.02º 0.82% 0.25% -
HSV(B) 283.02º 0.9% 0.46% -
XYZ 7.43 3.65 17.45 -
YUV 46.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 88 12 118 0.25 0.90 0 0.54 283.02 0.82 0.25
Hex 58 C 76 19 5A 0 36 11B 52 19
Octal 130 14 166 31 132 0 66 433 122 31
Binary 1011000 1100 1110110 11001 1011010 0 110110 100011011 1010010 11001

Color Harmonies of #580C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C76

Black with #580C76

Text Example


Text Example

White with #580C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #580C76;
 }
 .AnyTagClassName
 {
   color: #580C76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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