Html Css Color HEX #58076F Indigo

📋 copy color: '#58076F'

red 88 ◦ green 7 ◦ blue 111

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

Shades of Indigo #58076F

Tints of Indigo #58076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 42.72%
G = 3.4%
B = 53.88%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58076F (or 0x58076F) is known color: Indigo. HEX triplet: 58, 07 and 6F. RGB value is (88,7,111). Sum of RGB (Red+Green+Blue) = 88+7+111=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #58076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58076F is #A7F890. Grayscale: #2A2A2A. Windows color (decimal): -11008145 or 7276376. OLE color: 7276376.

HSL color Cylindrical-coordinate representation of color #58076F: hue angle of 286.73º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58076F is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 7 111 -
CMYK 0.21 0.94 0 0.56
HSL 286.73º 0.88% 0.23% -
HSV(B) 286.73º 0.94% 0.44% -
XYZ 6.97 3.37 15.32 -
YUV 43.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 88 7 111 0.21 0.94 0 0.56 286.73 0.88 0.23
Hex 58 7 6F 15 5E 0 38 11F 58 17
Octal 130 7 157 25 136 0 70 437 130 27
Binary 1011000 111 1101111 10101 1011110 0 111000 100011111 1011000 10111

Color Harmonies of #58076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58076F

Black with #58076F

Text Example


Text Example

White with #58076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58076F; }

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

 H1.HeaderClassName
 {
   color: #58076F;
 }
 .AnyTagClassName
 {
   color: #58076F;
 }
</style>

background-color css

<style>
 a { background-color: #58076F; }

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

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

border-color css

<style>
 span { border-color: #58076F; }

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

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