#58069F

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

Shades of Indigo #58069F

Tints of Indigo #58069F

Color information

#58069F (or 0x58069F) is unknown color: approx Indigo. HEX triplet: 58, 06 and 9F. RGB value is (88,6,159). Sum of RGB (Red+Green+Blue) = 88+6+159=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #58069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58069F is #A7F960. Grayscale: #2F2F2F. Windows color (decimal): -11008353 or 10421848. OLE color: 10421848.

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

Color convert

RGB886159-
CMYK0.450.9600.38
HSL272.16º92.73%32.35%-
HSV(B)272.16º96.23%62.35%-
XYZ10.354.7133.16-
YUV47.96190.67156.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 6 (2.73% from 255) = 2.37%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=34.78%
G=2.37%
B=62.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8861590.450.9600.38272.1692.7332.35
Hex5869F2D600261105d20
Octal13062375514004642013540
Binary101100011010011111101101110000001001101000100001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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