#570072

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

Shades of Indigo #570072

Tints of Indigo #570072

Color information

#570072 (or 0x570072) is unknown color: approx Indigo. HEX triplet: 57, 00 and 72. RGB value is (87,0,114). Sum of RGB (Red+Green+Blue) = 87+0+114=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #570072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570072 is #A8FF8D. Grayscale: #262626. Windows color (decimal): -11075470 or 7471191. OLE color: 7471191.

HSL color Cylindrical-coordinate representation of color #570072: hue angle of 285.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570072 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB870114-
CMYK0.24100.55
HSL285.79º100%22.35%-
HSV(B)285.79º100%44.71%-
XYZ6.973.2416.18-
YUV39.01170.32162.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=43.28%
G=0%
B=56.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8701140.24100.55285.7910022.35
Hex57072186403711e6416
Octal12701623014406743614426
Binary1010111011100101100011001000110111100011110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570072; }

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

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

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

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

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

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

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

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