Html Css Color HEX #580976 Indigo

📋 copy color: '#580976'

red 88 ◦ green 9 ◦ blue 118

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

Shades of Indigo #580976

Tints of Indigo #580976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

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

R = 40.93%
G = 4.19%
B = 54.88%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580976 (or 0x580976) is known color: Indigo. HEX triplet: 58, 09 and 76. RGB value is (88,9,118). Sum of RGB (Red+Green+Blue) = 88+9+118=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #580976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580976 is #A7F689. Grayscale: #2C2C2C. Windows color (decimal): -11007626 or 7735640. OLE color: 7735640.

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

Color convert

RGB 88 9 118 -
CMYK 0.25 0.92 0 0.54
HSL 283.49º 0.86% 0.25% -
HSV(B) 283.49º 0.92% 0.46% -
XYZ 7.39 3.58 17.44 -
YUV 45.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 88 9 118 0.25 0.92 0 0.54 283.49 0.86 0.25
Hex 58 9 76 19 5C 0 36 11B 56 19
Octal 130 11 166 31 134 0 66 433 126 31
Binary 1011000 1001 1110110 11001 1011100 0 110110 100011011 1010110 11001

Color Harmonies of #580976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580976

Black with #580976

Text Example


Text Example

White with #580976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580976; }

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

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

background-color css

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

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

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

border-color css

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

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

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