Html Css Color HEX #580775 Indigo

📋 copy color: '#580775'

red 88 ◦ green 7 ◦ blue 117

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

Shades of Indigo #580775

Tints of Indigo #580775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.19%

R = 41.51%
G = 3.3%
B = 55.19%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580775 (or 0x580775) is known color: Indigo. HEX triplet: 58, 07 and 75. RGB value is (88,7,117). Sum of RGB (Red+Green+Blue) = 88+7+117=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #580775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580775 is #A7F88A. Grayscale: #2B2B2B. Windows color (decimal): -11008139 or 7669592. OLE color: 7669592.

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

Color convert

RGB 88 7 117 -
CMYK 0.25 0.94 0 0.54
HSL 284.18º 0.89% 0.24% -
HSV(B) 284.18º 0.94% 0.46% -
XYZ 7.31 3.51 17.12 -
YUV 43.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 88 7 117 0.25 0.94 0 0.54 284.18 0.89 0.24
Hex 58 7 75 19 5E 0 36 11C 59 18
Octal 130 7 165 31 136 0 66 434 131 30
Binary 1011000 111 1110101 11001 1011110 0 110110 100011100 1011001 11000

Color Harmonies of #580775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580775

Black with #580775

Text Example


Text Example

White with #580775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580775; }

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

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

background-color css

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

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

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

border-color css

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

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

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