Html Css Color HEX #58199D Indigo

📋 copy color: '#58199D'

red 88 ◦ green 25 ◦ blue 157

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

Shades of Indigo #58199D

Tints of Indigo #58199D

RGB

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

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

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

R = 32.59%
G = 9.26%
B = 58.15%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58199D (or 0x58199D) is known color: Indigo. HEX triplet: 58, 19 and 9D. RGB value is (88,25,157). Sum of RGB (Red+Green+Blue) = 88+25+157=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #58199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58199D is #A7E662. Grayscale: #3A3A3A. Windows color (decimal): -11003491 or 10295640. OLE color: 10295640.

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

Color convert

RGB 88 25 157 -
CMYK 0.44 0.84 0 0.38
HSL 268.64º 0.73% 0.36% -
HSV(B) 268.64º 0.84% 0.62% -
XYZ 10.46 5.2 32.35 -
YUV 58.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 88 25 157 0.44 0.84 0 0.38 268.64 0.73 0.36
Hex 58 19 9D 2C 54 0 26 10D 49 24
Octal 130 31 235 54 124 0 46 415 111 44
Binary 1011000 11001 10011101 101100 1010100 0 100110 100001101 1001001 100100

Color Harmonies of #58199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58199D

Black with #58199D

Text Example


Text Example

White with #58199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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