Html Css Color HEX #580576 Indigo

📋 copy color: '#580576'

red 88 ◦ green 5 ◦ blue 118

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

Shades of Indigo #580576

Tints of Indigo #580576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 41.71%
G = 2.37%
B = 55.92%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580576 (or 0x580576) is known color: Indigo. HEX triplet: 58, 05 and 76. RGB value is (88,5,118). Sum of RGB (Red+Green+Blue) = 88+5+118=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #580576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580576 is #A7FA89. Grayscale: #2A2A2A. Windows color (decimal): -11008650 or 7734616. OLE color: 7734616.

HSL color Cylindrical-coordinate representation of color #580576: hue angle of 284.07º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580576 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 5 118 -
CMYK 0.25 0.96 0 0.54
HSL 284.07º 0.92% 0.24% -
HSV(B) 284.07º 0.96% 0.46% -
XYZ 7.35 3.49 17.43 -
YUV 42.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 88 5 118 0.25 0.96 0 0.54 284.07 0.92 0.24
Hex 58 5 76 19 60 0 36 11C 5C 18
Octal 130 5 166 31 140 0 66 434 134 30
Binary 1011000 101 1110110 11001 1100000 0 110110 100011100 1011100 11000

Color Harmonies of #580576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580576

Black with #580576

Text Example


Text Example

White with #580576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580576; }

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

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

background-color css

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

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

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

border-color css

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

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

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