#571086

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

Shades of Indigo #571086

Tints of Indigo #571086

Color information

#571086 (or 0x571086) is unknown color: approx Indigo. HEX triplet: 57, 10 and 86. RGB value is (87,16,134). Sum of RGB (Red+Green+Blue) = 87+16+134=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #571086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571086 is #A8EF79. Grayscale: #323232. Windows color (decimal): -11071354 or 8786007. OLE color: 8786007.

HSL color Cylindrical-coordinate representation of color #571086: hue angle of 276.1º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571086 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8716134-
CMYK0.350.8800.47
HSL276.1º78.67%29.41%-
HSV(B)276.1º88.06%52.55%-
XYZ8.424.1222.91-
YUV50.68175.02153.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=36.71%
G=6.75%
B=56.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87161340.350.8800.47276.178.6729.41
Hex571086235802F1144f1d
Octal127202064313005742411735
Binary1010111100001000011010001110110000101111100010100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571086; }

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

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

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

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

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

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

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

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