Html Css Color HEX #580C70 Indigo

📋 copy color: '#580C70'

red 88 ◦ green 12 ◦ blue 112

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

Shades of Indigo #580C70

Tints of Indigo #580C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.83%

R = 41.51%
G = 5.66%
B = 52.83%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#580C70 (or 0x580C70) is known color: Indigo. HEX triplet: 58, 0C and 70. RGB value is (88,12,112). Sum of RGB (Red+Green+Blue) = 88+12+112=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #580C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C70 is #A7F38F. Grayscale: #2D2D2D. Windows color (decimal): -11006864 or 7343192. OLE color: 7343192.

HSL color Cylindrical-coordinate representation of color #580C70: hue angle of 285.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580C70 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 12 112 -
CMYK 0.21 0.89 0 0.56
HSL 285.6º 0.81% 0.24% -
HSV(B) 285.6º 0.89% 0.44% -
XYZ 7.08 3.51 15.63 -
YUV 46.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 88 12 112 0.21 0.89 0 0.56 285.6 0.81 0.24
Hex 58 C 70 15 59 0 38 11E 51 18
Octal 130 14 160 25 131 0 70 436 121 30
Binary 1011000 1100 1110000 10101 1011001 0 111000 100011110 1010001 11000

Color Harmonies of #580C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C70

Black with #580C70

Text Example


Text Example

White with #580C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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