#570982

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

Shades of Indigo #570982

Tints of Indigo #570982

Color information

#570982 (or 0x570982) is unknown color: approx Indigo. HEX triplet: 57, 09 and 82. RGB value is (87,9,130). Sum of RGB (Red+Green+Blue) = 87+9+130=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #570982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570982 is #A8F67D. Grayscale: #2D2D2D. Windows color (decimal): -11073150 or 8522071. OLE color: 8522071.

HSL color Cylindrical-coordinate representation of color #570982: hue angle of 278.68º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570982 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB879130-
CMYK0.330.9300.49
HSL278.68º87.05%27.25%-
HSV(B)278.68º93.08%50.98%-
XYZ8.063.8321.43-
YUV46.12175.34157.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=38.50%
G=3.98%
B=57.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8791300.330.9300.49278.6887.0527.25
Hex57982215D031117571b
Octal127112024113506142712733
Binary101011110011000001010000110111010110001100010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570982; }

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

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

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

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

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

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

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

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