#581172

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

Shades of Indigo #581172

Tints of Indigo #581172

Color information

#581172 (or 0x581172) is unknown color: approx Indigo. HEX triplet: 58, 11 and 72. RGB value is (88,17,114). Sum of RGB (Red+Green+Blue) = 88+17+114=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #581172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581172 is #A7EE8D. Grayscale: #303030. Windows color (decimal): -11005582 or 7475544. OLE color: 7475544.

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

Color convert

RGB8817114-
CMYK0.230.8500.55
HSL283.92º74.05%25.69%-
HSV(B)283.92º85.09%44.71%-
XYZ7.263.6916.25-
YUV49.29164.52155.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=40.18%
G=7.76%
B=52.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88171140.230.8500.55283.9274.0525.69
Hex581172175503711c4a1a
Octal130211622712506743411232
Binary10110001000111100101011110101010110111100011100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581172; }

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

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

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

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

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

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

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

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