#58149B

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

Shades of Indigo #58149B

Tints of Indigo #58149B

Color information

#58149B (or 0x58149B) is unknown color: approx Indigo. HEX triplet: 58, 14 and 9B. RGB value is (88,20,155). Sum of RGB (Red+Green+Blue) = 88+20+155=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #58149B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58149B is #A7EB64. Grayscale: #373737. Windows color (decimal): -11004773 or 10163288. OLE color: 10163288.

HSL color Cylindrical-coordinate representation of color #58149B: hue angle of 270.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58149B is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8820155-
CMYK0.430.8700.39
HSL270.22º77.14%34.31%-
HSV(B)270.22º87.1%60.78%-
XYZ10.194.9431.43-
YUV55.72184.03151.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 20 (8.20% from 255) = 7.60%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=33.46%
G=7.60%
B=58.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88201550.430.8700.39270.2277.1434.31
Hex58149B2B5702710e4d22
Octal130242335312704741611542
Binary10110001010010011011101011101011101001111000011101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58149B; }

 p { color: rgb(88,20,155); }

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

<style>
 a { background-color: #58149B; }

 a { background-color: rgb(88,20,155); }

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

<style>
 span { border-color: #58149B; }

 span { border-color: rgb(88,20,155); }

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