#58037D

Color #58037D Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #58037D

Tints of Indigo #58037D

Color information

#58037D (or 0x58037D) is unknown color: approx Indigo. HEX triplet: 58, 03 and 7D. RGB value is (88,3,125). Sum of RGB (Red+Green+Blue) = 88+3+125=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #58037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58037D is #A7FC82. Grayscale: #292929. Windows color (decimal): -11009155 or 8192856. OLE color: 8192856.

HSL color Cylindrical-coordinate representation of color #58037D: hue angle of 281.8º 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 #58037D is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB883125-
CMYK0.300.9800.51
HSL281.8º95.31%25.1%-
HSV(B)281.8º97.6%49.02%-
XYZ7.763.6219.69-
YUV42.32174.66160.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 125 (49.22% from 255) = 57.87%
R=40.74%
G=1.39%
B=57.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8831250.300.9800.51281.895.3125.1
Hex5837D1E6203311a5f19
Octal13031753614206343213731
Binary10110001111111011111011000100110011100011010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58037D;
 }
 .AnyTagClassName
 {
   color: #58037D;
 }
</style>
background-color css

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

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

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

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

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

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