Html Css Color HEX #580773 Indigo

📋 copy color: '#580773'

red 88 ◦ green 7 ◦ blue 115

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

Shades of Indigo #580773

Tints of Indigo #580773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 41.9%
G = 3.33%
B = 54.76%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580773 (or 0x580773) is known color: Indigo. HEX triplet: 58, 07 and 73. RGB value is (88,7,115). Sum of RGB (Red+Green+Blue) = 88+7+115=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #580773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580773 is #A7F88C. Grayscale: #2B2B2B. Windows color (decimal): -11008141 or 7538520. OLE color: 7538520.

HSL color Cylindrical-coordinate representation of color #580773: hue angle of 285º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580773 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 7 115 -
CMYK 0.23 0.94 0 0.55
HSL 285º 0.89% 0.24% -
HSV(B) 285º 0.94% 0.45% -
XYZ 7.19 3.46 16.51 -
YUV 43.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 88 7 115 0.23 0.94 0 0.55 285 0.89 0.24
Hex 58 7 73 17 5E 0 37 11D 59 18
Octal 130 7 163 27 136 0 67 435 131 30
Binary 1011000 111 1110011 10111 1011110 0 110111 100011101 1011001 11000

Color Harmonies of #580773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580773

Black with #580773

Text Example


Text Example

White with #580773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580773; }

 p { color: rgb(88,7,115); }

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

background-color css

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

 a { background-color: rgb(88,7,115); }

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

border-color css

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

 span { border-color: rgb(88,7,115); }

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