#581772

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

Shades of Indigo #581772

Tints of Indigo #581772

Color information

#581772 (or 0x581772) is unknown color: approx Indigo. HEX triplet: 58, 17 and 72. RGB value is (88,23,114). Sum of RGB (Red+Green+Blue) = 88+23+114=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #581772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581772 is #A7E88D. Grayscale: #343434. Windows color (decimal): -11004046 or 7477080. OLE color: 7477080.

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

Color convert

RGB8823114-
CMYK0.230.8000.55
HSL282.86º66.42%26.86%-
HSV(B)282.86º79.82%44.71%-
XYZ7.373.916.28-
YUV52.81162.53153.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=39.11%
G=10.22%
B=50.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88231140.230.8000.55282.8666.4226.86
Hex581772175003711b421b
Octal130271622712006743310233
Binary10110001011111100101011110100000110111100011011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581772; }

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

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

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

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

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

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

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

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