Html Css Color HEX #58178E Indigo

📋 copy color: '#58178E'

red 88 ◦ green 23 ◦ blue 142

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

Shades of Indigo #58178E

Tints of Indigo #58178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.13%

R = 34.78%
G = 9.09%
B = 56.13%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58178E (or 0x58178E) is known color: Indigo. HEX triplet: 58, 17 and 8E. RGB value is (88,23,142). Sum of RGB (Red+Green+Blue) = 88+23+142=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #58178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58178E is #A7E871. Grayscale: #373737. Windows color (decimal): -11004018 or 9312088. OLE color: 9312088.

HSL color Cylindrical-coordinate representation of color #58178E: hue angle of 272.77º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58178E is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 23 142 -
CMYK 0.38 0.84 0 0.44
HSL 272.77º 0.72% 0.32% -
HSV(B) 272.77º 0.84% 0.56% -
XYZ 9.21 4.64 26 -
YUV 56 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 88 23 142 0.38 0.84 0 0.44 272.77 0.72 0.32
Hex 58 17 8E 26 54 0 2C 111 48 20
Octal 130 27 216 46 124 0 54 421 110 40
Binary 1011000 10111 10001110 100110 1010100 0 101100 100010001 1001000 100000

Color Harmonies of #58178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58178E

Black with #58178E

Text Example


Text Example

White with #58178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58178E; }

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

 H1.HeaderClassName
 {
   color: #58178E;
 }
 .AnyTagClassName
 {
   color: #58178E;
 }
</style>

background-color css

<style>
 a { background-color: #58178E; }

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

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

border-color css

<style>
 span { border-color: #58178E; }

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

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