Html Css Color HEX #580C75 Indigo

📋 copy color: '#580C75'

red 88 ◦ green 12 ◦ blue 117

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

Shades of Indigo #580C75

Tints of Indigo #580C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.53%

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

R = 40.55%
G = 5.53%
B = 53.92%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#580C75 (or 0x580C75) is known color: Indigo. HEX triplet: 58, 0C and 75. RGB value is (88,12,117). Sum of RGB (Red+Green+Blue) = 88+12+117=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #580C75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C75 is #A7F38A. Grayscale: #2E2E2E. Windows color (decimal): -11006859 or 7670872. OLE color: 7670872.

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

Color convert

RGB 88 12 117 -
CMYK 0.25 0.90 0 0.54
HSL 283.43º 0.81% 0.25% -
HSV(B) 283.43º 0.9% 0.46% -
XYZ 7.37 3.62 17.14 -
YUV 46.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 88 12 117 0.25 0.90 0 0.54 283.43 0.81 0.25
Hex 58 C 75 19 5A 0 36 11B 51 19
Octal 130 14 165 31 132 0 66 433 121 31
Binary 1011000 1100 1110101 11001 1011010 0 110110 100011011 1010001 11001

Color Harmonies of #580C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C75

Black with #580C75

Text Example


Text Example

White with #580C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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