Html Css Color HEX #580E7D Indigo

📋 copy color: '#580E7D'

red 88 ◦ green 14 ◦ blue 125

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

Shades of Indigo #580E7D

Tints of Indigo #580E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 38.77%
G = 6.17%
B = 55.07%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#580E7D (or 0x580E7D) is known color: Indigo. HEX triplet: 58, 0E and 7D. RGB value is (88,14,125). Sum of RGB (Red+Green+Blue) = 88+14+125=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #580E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580E7D is #A7F182. Grayscale: #303030. Windows color (decimal): -11006339 or 8195672. OLE color: 8195672.

HSL color Cylindrical-coordinate representation of color #580E7D: hue angle of 280º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580E7D is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 14 125 -
CMYK 0.30 0.89 0 0.51
HSL 280º 0.8% 0.27% -
HSV(B) 280º 0.89% 0.49% -
XYZ 7.88 3.87 19.73 -
YUV 48.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 88 14 125 0.30 0.89 0 0.51 280 0.8 0.27
Hex 58 E 7D 1E 59 0 33 118 50 1B
Octal 130 16 175 36 131 0 63 430 120 33
Binary 1011000 1110 1111101 11110 1011001 0 110011 100011000 1010000 11011

Color Harmonies of #580E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E7D

Black with #580E7D

Text Example


Text Example

White with #580E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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