Html Css Color HEX #58189D Indigo

📋 copy color: '#58189D'

red 88 ◦ green 24 ◦ blue 157

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

Shades of Indigo #58189D

Tints of Indigo #58189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

 BLUE value IS 157 (61.72% from 255) = 58.36%

R = 32.71%
G = 8.92%
B = 58.36%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58189D (or 0x58189D) is known color: Indigo. HEX triplet: 58, 18 and 9D. RGB value is (88,24,157). Sum of RGB (Red+Green+Blue) = 88+24+157=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #58189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58189D is #A7E762. Grayscale: #393939. Windows color (decimal): -11003747 or 10295384. OLE color: 10295384.

HSL color Cylindrical-coordinate representation of color #58189D: hue angle of 268.87º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58189D is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 24 157 -
CMYK 0.44 0.85 0 0.38
HSL 268.87º 0.73% 0.35% -
HSV(B) 268.87º 0.85% 0.62% -
XYZ 10.44 5.16 32.34 -
YUV 58.3 183.7 149.19 -
System Red Green Blue C M Y K H S L
Decimal 88 24 157 0.44 0.85 0 0.38 268.87 0.73 0.35
Hex 58 18 9D 2C 55 0 26 10D 49 23
Octal 130 30 235 54 125 0 46 415 111 43
Binary 1011000 11000 10011101 101100 1010101 0 100110 100001101 1001001 100011

Color Harmonies of #58189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58189D

Black with #58189D

Text Example


Text Example

White with #58189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58189D; }

 p { color: rgb(88,24,157); }

 H1.HeaderClassName
 {
   color: #58189D;
 }
 .AnyTagClassName
 {
   color: #58189D;
 }
</style>

background-color css

<style>
 a { background-color: #58189D; }

 a { background-color: rgb(88,24,157); }

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

border-color css

<style>
 span { border-color: #58189D; }

 span { border-color: rgb(88,24,157); }

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