Html Css Color HEX #58179A Indigo

📋 copy color: '#58179A'

red 88 ◦ green 23 ◦ blue 154

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

Shades of Indigo #58179A

Tints of Indigo #58179A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.11%

R = 33.21%
G = 8.68%
B = 58.11%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58179A (or 0x58179A) is known color: Indigo. HEX triplet: 58, 17 and 9A. RGB value is (88,23,154). Sum of RGB (Red+Green+Blue) = 88+23+154=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #58179A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58179A is #A7E865. Grayscale: #383838. Windows color (decimal): -11004006 or 10098520. OLE color: 10098520.

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

Color convert

RGB 88 23 154 -
CMYK 0.43 0.85 0 0.40
HSL 269.77º 0.74% 0.35% -
HSV(B) 269.77º 0.85% 0.6% -
XYZ 10.16 5.02 31.01 -
YUV 57.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 88 23 154 0.43 0.85 0 0.40 269.77 0.74 0.35
Hex 58 17 9A 2B 55 0 28 10E 4A 23
Octal 130 27 232 53 125 0 50 416 112 43
Binary 1011000 10111 10011010 101011 1010101 0 101000 100001110 1001010 100011

Color Harmonies of #58179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58179A

Black with #58179A

Text Example


Text Example

White with #58179A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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