#570261

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

Shades of Indigo #570261

Tints of Indigo #570261

Color information

#570261 (or 0x570261) is unknown color: approx Indigo. HEX triplet: 57, 02 and 61. RGB value is (87,2,97). Sum of RGB (Red+Green+Blue) = 87+2+97=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #570261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570261 is #A8FD9E. Grayscale: #252525. Windows color (decimal): -11074975 or 6357591. OLE color: 6357591.

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

Color convert

RGB87297-
CMYK0.100.9800.62
HSL293.68º95.96%19.41%-
HSV(B)293.68º97.94%38.04%-
XYZ6.112.9311.55-
YUV38.24161.16162.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=46.77%
G=1.08%
B=52.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal872970.100.9800.62293.6895.9619.41
Hex57261A6203E1266013
Octal12721411214207644614023
Binary1010111101100001101011000100111110100100110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570261; }

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

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

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

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

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

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

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

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