Html Css Color HEX #580D75 Indigo

📋 copy color: '#580D75'

red 88 ◦ green 13 ◦ blue 117

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

Shades of Indigo #580D75

Tints of Indigo #580D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

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

R = 40.37%
G = 5.96%
B = 53.67%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580D75 (or 0x580D75) is known color: Indigo. HEX triplet: 58, 0D and 75. RGB value is (88,13,117). Sum of RGB (Red+Green+Blue) = 88+13+117=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #580D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580D75 is #A7F28A. Grayscale: #2E2E2E. Windows color (decimal): -11006603 or 7671128. OLE color: 7671128.

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

Color convert

RGB 88 13 117 -
CMYK 0.25 0.89 0 0.54
HSL 283.27º 0.8% 0.25% -
HSV(B) 283.27º 0.89% 0.46% -
XYZ 7.38 3.65 17.14 -
YUV 47.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 88 13 117 0.25 0.89 0 0.54 283.27 0.8 0.25
Hex 58 D 75 19 59 0 36 11B 50 19
Octal 130 15 165 31 131 0 66 433 120 31
Binary 1011000 1101 1110101 11001 1011001 0 110110 100011011 1010000 11001

Color Harmonies of #580D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D75

Black with #580D75

Text Example


Text Example

White with #580D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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