Html Css Color HEX #58179B Indigo

📋 copy color: '#58179B'

red 88 ◦ green 23 ◦ blue 155

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

Shades of Indigo #58179B

Tints of Indigo #58179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 33.08%
G = 8.65%
B = 58.27%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58179B (or 0x58179B) is known color: Indigo. HEX triplet: 58, 17 and 9B. RGB value is (88,23,155). Sum of RGB (Red+Green+Blue) = 88+23+155=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #58179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58179B is #A7E864. Grayscale: #393939. Windows color (decimal): -11004005 or 10164056. OLE color: 10164056.

HSL color Cylindrical-coordinate representation of color #58179B: hue angle of 269.55º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58179B is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 23 155 -
CMYK 0.43 0.85 0 0.39
HSL 269.55º 0.74% 0.35% -
HSV(B) 269.55º 0.85% 0.61% -
XYZ 10.25 5.05 31.45 -
YUV 57.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 88 23 155 0.43 0.85 0 0.39 269.55 0.74 0.35
Hex 58 17 9B 2B 55 0 27 10E 4A 23
Octal 130 27 233 53 125 0 47 416 112 43
Binary 1011000 10111 10011011 101011 1010101 0 100111 100001110 1001010 100011

Color Harmonies of #58179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58179B

Black with #58179B

Text Example


Text Example

White with #58179B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58179B; }

 p { color: rgb(88,23,155); }

 H1.HeaderClassName
 {
   color: #58179B;
 }
 .AnyTagClassName
 {
   color: #58179B;
 }
</style>

background-color css

<style>
 a { background-color: #58179B; }

 a { background-color: rgb(88,23,155); }

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

border-color css

<style>
 span { border-color: #58179B; }

 span { border-color: rgb(88,23,155); }

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