Html Css Color HEX #580571 Indigo

📋 copy color: '#580571'

red 88 ◦ green 5 ◦ blue 113

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

Shades of Indigo #580571

Tints of Indigo #580571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 42.72%
G = 2.43%
B = 54.85%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#580571 (or 0x580571) is known color: Indigo. HEX triplet: 58, 05 and 71. RGB value is (88,5,113). Sum of RGB (Red+Green+Blue) = 88+5+113=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #580571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580571 is #A7FA8E. Grayscale: #292929. Windows color (decimal): -11008655 or 7406936. OLE color: 7406936.

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

Color convert

RGB 88 5 113 -
CMYK 0.22 0.96 0 0.56
HSL 286.11º 0.92% 0.23% -
HSV(B) 286.11º 0.96% 0.44% -
XYZ 7.06 3.38 15.9 -
YUV 42.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 88 5 113 0.22 0.96 0 0.56 286.11 0.92 0.23
Hex 58 5 71 16 60 0 38 11E 5C 17
Octal 130 5 161 26 140 0 70 436 134 27
Binary 1011000 101 1110001 10110 1100000 0 111000 100011110 1011100 10111

Color Harmonies of #580571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580571

Black with #580571

Text Example


Text Example

White with #580571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580571; }

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

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

background-color css

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

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

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

border-color css

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

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

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