Html Css Color HEX #580B73 Indigo

📋 copy color: '#580B73'

red 88 ◦ green 11 ◦ blue 115

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

Shades of Indigo #580B73

Tints of Indigo #580B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.14%

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

R = 41.12%
G = 5.14%
B = 53.74%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#580B73 (or 0x580B73) is known color: Indigo. HEX triplet: 58, 0B and 73. RGB value is (88,11,115). Sum of RGB (Red+Green+Blue) = 88+11+115=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #580B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B73 is #A7F48C. Grayscale: #2D2D2D. Windows color (decimal): -11007117 or 7539544. OLE color: 7539544.

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

Color convert

RGB 88 11 115 -
CMYK 0.23 0.90 0 0.55
HSL 284.42º 0.83% 0.25% -
HSV(B) 284.42º 0.9% 0.45% -
XYZ 7.24 3.55 16.52 -
YUV 45.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 88 11 115 0.23 0.90 0 0.55 284.42 0.83 0.25
Hex 58 B 73 17 5A 0 37 11C 53 19
Octal 130 13 163 27 132 0 67 434 123 31
Binary 1011000 1011 1110011 10111 1011010 0 110111 100011100 1010011 11001

Color Harmonies of #580B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B73

Black with #580B73

Text Example


Text Example

White with #580B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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