Html Css Color HEX #580E9D Indigo

📋 copy color: '#580E9D'

red 88 ◦ green 14 ◦ blue 157

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

Shades of Indigo #580E9D

Tints of Indigo #580E9D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.41%

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 33.98%
G = 5.41%
B = 60.62%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#580E9D (or 0x580E9D) is known color: Indigo. HEX triplet: 58, 0E and 9D. RGB value is (88,14,157). Sum of RGB (Red+Green+Blue) = 88+14+157=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #580E9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580E9D is #A7F162. Grayscale: #333333. Windows color (decimal): -11006307 or 10292824. OLE color: 10292824.

HSL color Cylindrical-coordinate representation of color #580E9D: hue angle of 271.05º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580E9D is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 14 157 -
CMYK 0.44 0.91 0 0.38
HSL 271.05º 0.84% 0.34% -
HSV(B) 271.05º 0.91% 0.62% -
XYZ 10.27 4.82 32.29 -
YUV 52.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 88 14 157 0.44 0.91 0 0.38 271.05 0.84 0.34
Hex 58 E 9D 2C 5B 0 26 10F 54 22
Octal 130 16 235 54 133 0 46 417 124 42
Binary 1011000 1110 10011101 101100 1011011 0 100110 100001111 1010100 100010

Color Harmonies of #580E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E9D

Black with #580E9D

Text Example


Text Example

White with #580E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,14,157); }

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

background-color css

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

 a { background-color: rgb(88,14,157); }

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

border-color css

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

 span { border-color: rgb(88,14,157); }

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