Html Css Color HEX #580C6F Indigo

📋 copy color: '#580C6F'

red 88 ◦ green 12 ◦ blue 111

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

Shades of Indigo #580C6F

Tints of Indigo #580C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.61%

R = 41.71%
G = 5.69%
B = 52.61%

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

#580C6F (or 0x580C6F) is known color: Indigo. HEX triplet: 58, 0C and 6F. RGB value is (88,12,111). Sum of RGB (Red+Green+Blue) = 88+12+111=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #580C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C6F is #A7F390. Grayscale: #2D2D2D. Windows color (decimal): -11006865 or 7277656. OLE color: 7277656.

HSL color Cylindrical-coordinate representation of color #580C6F: hue angle of 286.06º degrees, saturation: 0.8, 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 #580C6F is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 12 111 -
CMYK 0.21 0.89 0 0.56
HSL 286.06º 0.8% 0.24% -
HSV(B) 286.06º 0.89% 0.44% -
XYZ 7.03 3.49 15.34 -
YUV 46.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 88 12 111 0.21 0.89 0 0.56 286.06 0.8 0.24
Hex 58 C 6F 15 59 0 38 11E 50 18
Octal 130 14 157 25 131 0 70 436 120 30
Binary 1011000 1100 1101111 10101 1011001 0 111000 100011110 1010000 11000

Color Harmonies of #580C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C6F

Black with #580C6F

Text Example


Text Example

White with #580C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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