#570061

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

Shades of Indigo #570061

Tints of Indigo #570061

Color information

#570061 (or 0x570061) is unknown color: approx Indigo. HEX triplet: 57, 00 and 61. RGB value is (87,0,97). Sum of RGB (Red+Green+Blue) = 87+0+97=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #570061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570061 is #A8FF9E. Grayscale: #242424. Windows color (decimal): -11075487 or 6357079. OLE color: 6357079.

HSL color Cylindrical-coordinate representation of color #570061: hue angle of 293.81º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570061 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87097-
CMYK0.10100.62
HSL293.81º100%19.02%-
HSV(B)293.81º100%38.04%-
XYZ6.092.8911.55-
YUV37.07161.82163.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=47.28%
G=0%
B=52.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal870970.10100.62293.8110019.02
Hex57061A6403E1266413
Octal12701411214407644614423
Binary101011101100001101011001000111110100100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570061; }

 p { color: rgb(87,0,97); }

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

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

 a { background-color: rgb(87,0,97); }

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

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

 span { border-color: rgb(87,0,97); }

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