#571075

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

Shades of Indigo #571075

Tints of Indigo #571075

Color information

#571075 (or 0x571075) is unknown color: approx Indigo. HEX triplet: 57, 10 and 75. RGB value is (87,16,117). Sum of RGB (Red+Green+Blue) = 87+16+117=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #571075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571075 is #A8EF8A. Grayscale: #303030. Windows color (decimal): -11071371 or 7671895. OLE color: 7671895.

HSL color Cylindrical-coordinate representation of color #571075: hue angle of 282.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571075 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8716117-
CMYK0.260.8600.54
HSL282.18º75.94%26.08%-
HSV(B)282.18º86.32%45.88%-
XYZ7.333.6817.15-
YUV48.74166.52155.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=39.55%
G=7.27%
B=53.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87161170.260.8600.54282.1875.9426.08
Hex5710751A5603611a4c1a
Octal127201653212606643211432
Binary10101111000011101011101010101100110110100011010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571075; }

 p { color: rgb(87,16,117); }

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

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

 a { background-color: rgb(87,16,117); }

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

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

 span { border-color: rgb(87,16,117); }

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