#580172

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

Shades of Indigo #580172

Tints of Indigo #580172

Color information

#580172 (or 0x580172) is unknown color: approx Indigo. HEX triplet: 58, 01 and 72. RGB value is (88,1,114). Sum of RGB (Red+Green+Blue) = 88+1+114=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #580172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580172 is #A7FE8D. Grayscale: #272727. Windows color (decimal): -11009678 or 7471448. OLE color: 7471448.

HSL color Cylindrical-coordinate representation of color #580172: hue angle of 286.19º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580172 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB881114-
CMYK0.230.9900.55
HSL286.19º98.26%22.55%-
HSV(B)286.19º99.12%44.71%-
XYZ7.073.3116.19-
YUV39.89169.82162.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=43.35%
G=0.49%
B=56.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8811140.230.9900.55286.1998.2622.55
Hex58172176303711e6217
Octal13011622714306743614227
Binary1011000111100101011111000110110111100011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580172; }

 p { color: rgb(88,1,114); }

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

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

 a { background-color: rgb(88,1,114); }

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

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

 span { border-color: rgb(88,1,114); }

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