#570296

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

Shades of Indigo #570296

Tints of Indigo #570296

Color information

#570296 (or 0x570296) is unknown color: approx Indigo. HEX triplet: 57, 02 and 96. RGB value is (87,2,150). Sum of RGB (Red+Green+Blue) = 87+2+150=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #570296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570296 is #A8FD69. Grayscale: #2B2B2B. Windows color (decimal): -11074922 or 9830999. OLE color: 9830999.

HSL color Cylindrical-coordinate representation of color #570296: hue angle of 274.46º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570296 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB872150-
CMYK0.420.9900.41
HSL274.46º97.37%29.8%-
HSV(B)274.46º98.67%58.82%-
XYZ9.464.2729.18-
YUV44.29187.66158.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=36.40%
G=0.84%
B=62.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8721500.420.9900.41274.4697.3729.8
Hex572962A63029112611e
Octal12722265214305142214136
Binary1010111101001011010101011000110101001100010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570296; }

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

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

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

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

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

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

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

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