#58138F

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

Shades of Indigo #58138F

Tints of Indigo #58138F

Color information

#58138F (or 0x58138F) is unknown color: approx Indigo. HEX triplet: 58, 13 and 8F. RGB value is (88,19,143). Sum of RGB (Red+Green+Blue) = 88+19+143=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #58138F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58138F is #A7EC70. Grayscale: #353535. Windows color (decimal): -11005041 or 9376600. OLE color: 9376600.

HSL color Cylindrical-coordinate representation of color #58138F: hue angle of 273.39º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58138F is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8819143-
CMYK0.380.8700.44
HSL273.39º76.54%31.76%-
HSV(B)273.39º86.71%56.08%-
XYZ9.224.5226.37-
YUV53.77178.36152.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 19 (7.81% from 255) = 7.6%
BLUE value IS 143 (56.25% from 255) = 57.2%
R=35.2%
G=7.6%
B=57.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88191430.380.8700.44273.3976.5431.76
Hex58138F265702C1114d20
Octal130232174612705442111540
Binary10110001001110001111100110101011101011001000100011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,19,143); }

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

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

 a { background-color: rgb(88,19,143); }

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

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

 span { border-color: rgb(88,19,143); }

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