#570494

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

Shades of Indigo #570494

Tints of Indigo #570494

Color information

#570494 (or 0x570494) is unknown color: approx Indigo. HEX triplet: 57, 04 and 94. RGB value is (87,4,148). Sum of RGB (Red+Green+Blue) = 87+4+148=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #570494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570494 is #A8FB6B. Grayscale: #2C2C2C. Windows color (decimal): -11074412 or 9700439. OLE color: 9700439.

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

Color convert

RGB874148-
CMYK0.410.9700.42
HSL274.58º94.74%29.8%-
HSV(B)274.58º97.3%58.04%-
XYZ9.324.2528.35-
YUV45.23186157.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=36.40%
G=1.67%
B=61.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8741480.410.9700.42274.5894.7429.8
Hex57494296102A1135f1e
Octal12742245114105242313736
Binary10101111001001010010100111000010101010100010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570494; }

 p { color: rgb(87,4,148); }

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

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

 a { background-color: rgb(87,4,148); }

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

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

 span { border-color: rgb(87,4,148); }

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