#58056C

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

Shades of Indigo #58056C

Tints of Indigo #58056C

Color information

#58056C (or 0x58056C) is unknown color: approx Indigo. HEX triplet: 58, 05 and 6C. RGB value is (88,5,108). Sum of RGB (Red+Green+Blue) = 88+5+108=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #58056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58056C is #A7FA93. Grayscale: #292929. Windows color (decimal): -11008660 or 7079256. OLE color: 7079256.

HSL color Cylindrical-coordinate representation of color #58056C: hue angle of 288.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58056C is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB885108-
CMYK0.190.9500.58
HSL288.35º91.15%22.16%-
HSV(B)288.35º95.37%42.35%-
XYZ6.793.2714.46-
YUV41.56165.5161.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=43.78%
G=2.49%
B=53.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8851080.190.9500.58288.3591.1522.16
Hex5856C135F03A1205b16
Octal13051542313707244013326
Binary101100010111011001001110111110111010100100000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58056C; }

 p { color: rgb(88,5,108); }

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

<style>
 a { background-color: #58056C; }

 a { background-color: rgb(88,5,108); }

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

<style>
 span { border-color: #58056C; }

 span { border-color: rgb(88,5,108); }

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