#571074

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

Shades of Indigo #571074

Tints of Indigo #571074

Color information

#571074 (or 0x571074) is unknown color: approx Indigo. HEX triplet: 57, 10 and 74. RGB value is (87,16,116). Sum of RGB (Red+Green+Blue) = 87+16+116=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #571074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571074 is #A8EF8B. Grayscale: #303030. Windows color (decimal): -11071372 or 7606359. OLE color: 7606359.

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

Color convert

RGB8716116-
CMYK0.250.8600.55
HSL282.6º75.76%25.88%-
HSV(B)282.6º86.21%45.49%-
XYZ7.273.6616.85-
YUV48.63166.02155.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=39.73%
G=7.31%
B=52.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87161160.250.8600.55282.675.7625.88
Hex571074195603711b4c1a
Octal127201643112606743311432
Binary10101111000011101001100110101100110111100011011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571074; }

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

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

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

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

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

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

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

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