#581071

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

Shades of Indigo #581071

Tints of Indigo #581071

Color information

#581071 (or 0x581071) is unknown color: approx Indigo. HEX triplet: 58, 10 and 71. RGB value is (88,16,113). Sum of RGB (Red+Green+Blue) = 88+16+113=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #581071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581071 is #A7EF8E. Grayscale: #303030. Windows color (decimal): -11005839 or 7409752. OLE color: 7409752.

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

Color convert

RGB8816113-
CMYK0.220.8600.56
HSL284.54º75.19%25.29%-
HSV(B)284.54º85.84%44.31%-
XYZ7.193.6415.95-
YUV48.59164.35156.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=40.55%
G=7.37%
B=52.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88161130.220.8600.56284.5475.1925.29
Hex581071165603811d4b19
Octal130201612612607043511331
Binary10110001000011100011011010101100111000100011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581071; }

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

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

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

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

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

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

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

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