Html Css Color HEX #58037C Indigo

📋 copy color: '#58037C'

red 88 ◦ green 3 ◦ blue 124

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

Shades of Indigo #58037C

Tints of Indigo #58037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 124 (48.83% from 255) = 57.67%

R = 40.93%
G = 1.4%
B = 57.67%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58037C (or 0x58037C) is known color: Indigo. HEX triplet: 58, 03 and 7C. RGB value is (88,3,124). Sum of RGB (Red+Green+Blue) = 88+3+124=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #58037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58037C is #A7FC83. Grayscale: #292929. Windows color (decimal): -11009156 or 8127320. OLE color: 8127320.

HSL color Cylindrical-coordinate representation of color #58037C: hue angle of 282.15º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58037C is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 3 124 -
CMYK 0.29 0.98 0 0.51
HSL 282.15º 0.95% 0.25% -
HSV(B) 282.15º 0.98% 0.49% -
XYZ 7.7 3.6 19.36 -
YUV 42.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 88 3 124 0.29 0.98 0 0.51 282.15 0.95 0.25
Hex 58 3 7C 1D 62 0 33 11A 5F 19
Octal 130 3 174 35 142 0 63 432 137 31
Binary 1011000 11 1111100 11101 1100010 0 110011 100011010 1011111 11001

Color Harmonies of #58037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58037C

Black with #58037C

Text Example


Text Example

White with #58037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,3,124); }

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

background-color css

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

 a { background-color: rgb(88,3,124); }

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

border-color css

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

 span { border-color: rgb(88,3,124); }

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