Html Css Color HEX #58049C Indigo

📋 copy color: '#58049C'

red 88 ◦ green 4 ◦ blue 156

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

Shades of Indigo #58049C

Tints of Indigo #58049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 156 (61.33% from 255) = 62.9%

R = 35.48%
G = 1.61%
B = 62.9%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58049C (or 0x58049C) is known color: Indigo. HEX triplet: 58, 04 and 9C. RGB value is (88,4,156). Sum of RGB (Red+Green+Blue) = 88+4+156=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #58049C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58049C is #A7FB63. Grayscale: #2D2D2D. Windows color (decimal): -11008868 or 10224728. OLE color: 10224728.

HSL color Cylindrical-coordinate representation of color #58049C: hue angle of 273.16º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58049C is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 4 156 -
CMYK 0.44 0.97 0 0.39
HSL 273.16º 0.95% 0.31% -
HSV(B) 273.16º 0.97% 0.61% -
XYZ 10.07 4.56 31.8 -
YUV 46.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 88 4 156 0.44 0.97 0 0.39 273.16 0.95 0.31
Hex 58 4 9C 2C 61 0 27 111 5F 1F
Octal 130 4 234 54 141 0 47 421 137 37
Binary 1011000 100 10011100 101100 1100001 0 100111 100010001 1011111 11111

Color Harmonies of #58049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58049C

Black with #58049C

Text Example


Text Example

White with #58049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58049C; }

 p { color: rgb(88,4,156); }

 H1.HeaderClassName
 {
   color: #58049C;
 }
 .AnyTagClassName
 {
   color: #58049C;
 }
</style>

background-color css

<style>
 a { background-color: #58049C; }

 a { background-color: rgb(88,4,156); }

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

border-color css

<style>
 span { border-color: #58049C; }

 span { border-color: rgb(88,4,156); }

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