#570482

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

Shades of Indigo #570482

Tints of Indigo #570482

Color information

#570482 (or 0x570482) is unknown color: approx Indigo. HEX triplet: 57, 04 and 82. RGB value is (87,4,130). Sum of RGB (Red+Green+Blue) = 87+4+130=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #570482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570482 is #A8FB7D. Grayscale: #2A2A2A. Windows color (decimal): -11074430 or 8520791. OLE color: 8520791.

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

Color convert

RGB874130-
CMYK0.330.9700.49
HSL279.52º94.03%26.27%-
HSV(B)279.52º96.92%50.98%-
XYZ83.7221.42-
YUV43.18177159.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.37%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 130 (51.17% from 255) = 58.82%
R=39.37%
G=1.81%
B=58.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8741300.330.9700.49279.5294.0326.27
Hex5748221610311185e1a
Octal12742024114106143013632
Binary10101111001000001010000111000010110001100011000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570482; }

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

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

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

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

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

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

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

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