Html Css Color HEX #580971 Indigo

📋 copy color: '#580971'

red 88 ◦ green 9 ◦ blue 113

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

Shades of Indigo #580971

Tints of Indigo #580971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 41.9%
G = 4.29%
B = 53.81%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#580971 (or 0x580971) is known color: Indigo. HEX triplet: 58, 09 and 71. RGB value is (88,9,113). Sum of RGB (Red+Green+Blue) = 88+9+113=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #580971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580971 is #A7F68E. Grayscale: #2C2C2C. Windows color (decimal): -11007631 or 7407960. OLE color: 7407960.

HSL color Cylindrical-coordinate representation of color #580971: hue angle of 285.58º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580971 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 9 113 -
CMYK 0.22 0.92 0 0.56
HSL 285.58º 0.85% 0.24% -
HSV(B) 285.58º 0.92% 0.44% -
XYZ 7.1 3.46 15.92 -
YUV 44.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 88 9 113 0.22 0.92 0 0.56 285.58 0.85 0.24
Hex 58 9 71 16 5C 0 38 11E 55 18
Octal 130 11 161 26 134 0 70 436 125 30
Binary 1011000 1001 1110001 10110 1011100 0 111000 100011110 1010101 11000

Color Harmonies of #580971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580971

Black with #580971

Text Example


Text Example

White with #580971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580971; }

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

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

background-color css

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

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

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

border-color css

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

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

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