#581572

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

Shades of Indigo #581572

Tints of Indigo #581572

Color information

#581572 (or 0x581572) is unknown color: approx Indigo. HEX triplet: 58, 15 and 72. RGB value is (88,21,114). Sum of RGB (Red+Green+Blue) = 88+21+114=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #581572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581572 is #A7EA8D. Grayscale: #333333. Windows color (decimal): -11004558 or 7476568. OLE color: 7476568.

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

Color convert

RGB8821114-
CMYK0.230.8200.55
HSL283.23º68.89%26.47%-
HSV(B)283.23º81.58%44.71%-
XYZ7.333.8316.27-
YUV51.64163.2153.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=39.46%
G=9.42%
B=51.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88211140.230.8200.55283.2368.8926.47
Hex581572175203711b451a
Octal130251622712206743310532
Binary10110001010111100101011110100100110111100011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581572; }

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

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

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

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

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

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

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

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