#581072

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

Shades of Indigo #581072

Tints of Indigo #581072

Color information

#581072 (or 0x581072) is unknown color: approx Indigo. HEX triplet: 58, 10 and 72. RGB value is (88,16,114). Sum of RGB (Red+Green+Blue) = 88+16+114=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #581072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581072 is #A7EF8D. Grayscale: #303030. Windows color (decimal): -11005838 or 7475288. OLE color: 7475288.

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

Color convert

RGB8816114-
CMYK0.230.8600.55
HSL284.08º75.38%25.49%-
HSV(B)284.08º85.96%44.71%-
XYZ7.253.6616.24-
YUV48.7164.85156.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=40.37%
G=7.34%
B=52.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88161140.230.8600.55284.0875.3825.49
Hex581072175603711c4b19
Octal130201622712606743411331
Binary10110001000011100101011110101100110111100011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581072; }

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

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

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

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

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

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

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

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