#58069B

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

Shades of Indigo #58069B

Tints of Indigo #58069B

Color information

#58069B (or 0x58069B) is unknown color: approx Indigo. HEX triplet: 58, 06 and 9B. RGB value is (88,6,155). Sum of RGB (Red+Green+Blue) = 88+6+155=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #58069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58069B is #A7F964. Grayscale: #2E2E2E. Windows color (decimal): -11008357 or 10159704. OLE color: 10159704.

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

Color convert

RGB886155-
CMYK0.430.9600.39
HSL273.02º92.55%31.57%-
HSV(B)273.02º96.13%60.78%-
XYZ10.014.5731.37-
YUV47.5188.67156.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=35.34%
G=2.41%
B=62.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8861550.430.9600.39273.0292.5531.57
Hex5869B2B600271115d20
Octal13062335314004742113540
Binary101100011010011011101011110000001001111000100011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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