Html Css Color HEX #580877 Indigo

📋 copy color: '#580877'

red 88 ◦ green 8 ◦ blue 119

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

Shades of Indigo #580877

Tints of Indigo #580877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

 BLUE value IS 119 (46.88% from 255) = 55.35%

R = 40.93%
G = 3.72%
B = 55.35%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#580877 (or 0x580877) is known color: Indigo. HEX triplet: 58, 08 and 77. RGB value is (88,8,119). Sum of RGB (Red+Green+Blue) = 88+8+119=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #580877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580877 is #A7F788. Grayscale: #2C2C2C. Windows color (decimal): -11007881 or 7800920. OLE color: 7800920.

HSL color Cylindrical-coordinate representation of color #580877: hue angle of 283.24º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580877 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 8 119 -
CMYK 0.26 0.93 0 0.53
HSL 283.24º 0.87% 0.25% -
HSV(B) 283.24º 0.93% 0.47% -
XYZ 7.44 3.58 17.75 -
YUV 44.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 88 8 119 0.26 0.93 0 0.53 283.24 0.87 0.25
Hex 58 8 77 1A 5D 0 35 11B 57 19
Octal 130 10 167 32 135 0 65 433 127 31
Binary 1011000 1000 1110111 11010 1011101 0 110101 100011011 1010111 11001

Color Harmonies of #580877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580877

Black with #580877

Text Example


Text Example

White with #580877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580877; }

 p { color: rgb(88,8,119); }

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

background-color css

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

 a { background-color: rgb(88,8,119); }

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

border-color css

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

 span { border-color: rgb(88,8,119); }

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