#571699

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

Shades of Indigo #571699

Tints of Indigo #571699

Color information

#571699 (or 0x571699) is unknown color: approx Indigo. HEX triplet: 57, 16 and 99. RGB value is (87,22,153). Sum of RGB (Red+Green+Blue) = 87+22+153=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #571699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571699 is #A8E966. Grayscale: #373737. Windows color (decimal): -11069799 or 10032727. OLE color: 10032727.

HSL color Cylindrical-coordinate representation of color #571699: hue angle of 269.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571699 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8722153-
CMYK0.430.8600.4
HSL269.77º74.86%34.31%-
HSV(B)269.77º85.62%60%-
XYZ9.974.930.56-
YUV56.37182.53149.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 22 (8.98% from 255) = 8.40%
BLUE value IS 153 (60.16% from 255) = 58.40%
R=33.21%
G=8.40%
B=58.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87221530.430.8600.4269.7774.8634.31
Hex5716992B5602810e4b22
Octal127262315312605041611342
Binary10101111011010011001101011101011001010001000011101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571699; }

 p { color: rgb(87,22,153); }

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

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

 a { background-color: rgb(87,22,153); }

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

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

 span { border-color: rgb(87,22,153); }

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