Html Css Color HEX #580D73 Indigo

📋 copy color: '#580D73'

red 88 ◦ green 13 ◦ blue 115

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

Shades of Indigo #580D73

Tints of Indigo #580D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.02%

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

R = 40.74%
G = 6.02%
B = 53.24%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580D73 (or 0x580D73) is known color: Indigo. HEX triplet: 58, 0D and 73. RGB value is (88,13,115). Sum of RGB (Red+Green+Blue) = 88+13+115=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #580D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D73 is #A7F28C. Grayscale: #2E2E2E. Windows color (decimal): -11006605 or 7540056. OLE color: 7540056.

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

Color convert

RGB 88 13 115 -
CMYK 0.23 0.89 0 0.55
HSL 284.12º 0.8% 0.25% -
HSV(B) 284.12º 0.89% 0.45% -
XYZ 7.26 3.6 16.53 -
YUV 47.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 88 13 115 0.23 0.89 0 0.55 284.12 0.8 0.25
Hex 58 D 73 17 59 0 37 11C 50 19
Octal 130 15 163 27 131 0 67 434 120 31
Binary 1011000 1101 1110011 10111 1011001 0 110111 100011100 1010000 11001

Color Harmonies of #580D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D73

Black with #580D73

Text Example


Text Example

White with #580D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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