Html Css Color HEX #58037F Indigo

📋 copy color: '#58037F'

red 88 ◦ green 3 ◦ blue 127

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

Shades of Indigo #58037F

Tints of Indigo #58037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.26%

R = 40.37%
G = 1.38%
B = 58.26%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58037F (or 0x58037F) is known color: Indigo. HEX triplet: 58, 03 and 7F. RGB value is (88,3,127). Sum of RGB (Red+Green+Blue) = 88+3+127=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #58037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58037F is #A7FC80. Grayscale: #2A2A2A. Windows color (decimal): -11009153 or 8323928. OLE color: 8323928.

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

Color convert

RGB 88 3 127 -
CMYK 0.31 0.98 0 0.50
HSL 281.13º 0.95% 0.25% -
HSV(B) 281.13º 0.98% 0.5% -
XYZ 7.89 3.67 20.37 -
YUV 42.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 88 3 127 0.31 0.98 0 0.50 281.13 0.95 0.25
Hex 58 3 7F 1F 62 0 32 119 5F 19
Octal 130 3 177 37 142 0 62 431 137 31
Binary 1011000 11 1111111 11111 1100010 0 110010 100011001 1011111 11001

Color Harmonies of #58037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58037F

Black with #58037F

Text Example


Text Example

White with #58037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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