#570162

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

Shades of Indigo #570162

Tints of Indigo #570162

Color information

#570162 (or 0x570162) is unknown color: approx Indigo. HEX triplet: 57, 01 and 62. RGB value is (87,1,98). Sum of RGB (Red+Green+Blue) = 87+1+98=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #570162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570162 is #A8FE9D. Grayscale: #252525. Windows color (decimal): -11075230 or 6422871. OLE color: 6422871.

HSL color Cylindrical-coordinate representation of color #570162: hue angle of 293.2º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570162 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87198-
CMYK0.110.9900.62
HSL293.2º97.98%19.41%-
HSV(B)293.2º98.98%38.43%-
XYZ6.152.9311.8-
YUV37.77161.99163.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=46.77%
G=0.54%
B=52.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal871980.110.9900.62293.297.9819.41
Hex57162B6303E1256213
Octal12711421314307644514223
Binary101011111100010101111000110111110100100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570162; }

 p { color: rgb(87,1,98); }

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

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

 a { background-color: rgb(87,1,98); }

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

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

 span { border-color: rgb(87,1,98); }

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