#570992

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

Shades of Indigo #570992

Tints of Indigo #570992

Color information

#570992 (or 0x570992) is unknown color: approx Indigo. HEX triplet: 57, 09 and 92. RGB value is (87,9,146). Sum of RGB (Red+Green+Blue) = 87+9+146=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #570992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570992 is #A8F66D. Grayscale: #2F2F2F. Windows color (decimal): -11073134 or 9570647. OLE color: 9570647.

HSL color Cylindrical-coordinate representation of color #570992: hue angle of 274.16º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570992 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB879146-
CMYK0.400.9400.43
HSL274.16º88.39%30.39%-
HSV(B)274.16º93.84%57.25%-
XYZ9.224.327.54-
YUV47.94183.34155.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=35.95%
G=3.72%
B=60.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8791460.400.9400.43274.1688.3930.39
Hex57992285E02B112581e
Octal127112225013605342213036
Binary101011110011001001010100010111100101011100010010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570992; }

 p { color: rgb(87,9,146); }

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

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

 a { background-color: rgb(87,9,146); }

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

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

 span { border-color: rgb(87,9,146); }

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