Html Css Color HEX #58047E Indigo

📋 copy color: '#58047E'

red 88 ◦ green 4 ◦ blue 126

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

Shades of Indigo #58047E

Tints of Indigo #58047E

RGB

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

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

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

R = 40.37%
G = 1.83%
B = 57.8%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58047E (or 0x58047E) is known color: Indigo. HEX triplet: 58, 04 and 7E. RGB value is (88,4,126). Sum of RGB (Red+Green+Blue) = 88+4+126=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #58047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58047E is #A7FB81. Grayscale: #2A2A2A. Windows color (decimal): -11008898 or 8258648. OLE color: 8258648.

HSL color Cylindrical-coordinate representation of color #58047E: hue angle of 281.31º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58047E is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 4 126 -
CMYK 0.30 0.97 0 0.51
HSL 281.31º 0.94% 0.25% -
HSV(B) 281.31º 0.97% 0.49% -
XYZ 7.83 3.67 20.03 -
YUV 43.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 88 4 126 0.30 0.97 0 0.51 281.31 0.94 0.25
Hex 58 4 7E 1E 61 0 33 119 5E 19
Octal 130 4 176 36 141 0 63 431 136 31
Binary 1011000 100 1111110 11110 1100001 0 110011 100011001 1011110 11001

Color Harmonies of #58047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58047E

Black with #58047E

Text Example


Text Example

White with #58047E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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