#58169B

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

Shades of Indigo #58169B

Tints of Indigo #58169B

Color information

#58169B (or 0x58169B) is unknown color: approx Indigo. HEX triplet: 58, 16 and 9B. RGB value is (88,22,155). Sum of RGB (Red+Green+Blue) = 88+22+155=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #58169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58169B is #A7E964. Grayscale: #383838. Windows color (decimal): -11004261 or 10163800. OLE color: 10163800.

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

Color convert

RGB8822155-
CMYK0.430.8600.39
HSL269.77º75.14%34.71%-
HSV(B)269.77º85.81%60.78%-
XYZ10.235.0231.44-
YUV56.9183.37150.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=33.21%
G=8.30%
B=58.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88221550.430.8600.39269.7775.1434.71
Hex58169B2B5602710e4b23
Octal130262335312604741611343
Binary10110001011010011011101011101011001001111000011101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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