Html Css Color HEX #58197E Indigo

📋 copy color: '#58197E'

red 88 ◦ green 25 ◦ blue 126

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

Shades of Indigo #58197E

Tints of Indigo #58197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

 BLUE value IS 126 (49.61% from 255) = 52.72%

R = 36.82%
G = 10.46%
B = 52.72%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58197E (or 0x58197E) is known color: Indigo. HEX triplet: 58, 19 and 7E. RGB value is (88,25,126). Sum of RGB (Red+Green+Blue) = 88+25+126=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #58197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58197E is #A7E681. Grayscale: #373737. Windows color (decimal): -11003522 or 8264024. OLE color: 8264024.

HSL color Cylindrical-coordinate representation of color #58197E: hue angle of 277.43º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58197E is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 25 126 -
CMYK 0.30 0.80 0 0.51
HSL 277.43º 0.67% 0.3% -
HSV(B) 277.43º 0.8% 0.49% -
XYZ 8.14 4.28 20.14 -
YUV 55.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 88 25 126 0.30 0.80 0 0.51 277.43 0.67 0.3
Hex 58 19 7E 1E 50 0 33 115 43 1E
Octal 130 31 176 36 120 0 63 425 103 36
Binary 1011000 11001 1111110 11110 1010000 0 110011 100010101 1000011 11110

Color Harmonies of #58197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58197E

Black with #58197E

Text Example


Text Example

White with #58197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,25,126); }

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

background-color css

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

 a { background-color: rgb(88,25,126); }

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

border-color css

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

 span { border-color: rgb(88,25,126); }

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