#570270

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

Shades of Indigo #570270

Tints of Indigo #570270

Color information

#570270 (or 0x570270) is unknown color: approx Indigo. HEX triplet: 57, 02 and 70. RGB value is (87,2,112). Sum of RGB (Red+Green+Blue) = 87+2+112=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #570270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570270 is #A8FD8F. Grayscale: #272727. Windows color (decimal): -11074960 or 7340631. OLE color: 7340631.

HSL color Cylindrical-coordinate representation of color #570270: hue angle of 286.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570270 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB872112-
CMYK0.220.9800.56
HSL286.36º96.49%22.35%-
HSV(B)286.36º98.21%43.92%-
XYZ6.883.2415.59-
YUV39.96168.66161.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=43.28%
G=1.00%
B=55.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8721120.220.9800.56286.3696.4922.35
Hex57270166203811e6016
Octal12721602614207043614026
Binary10101111011100001011011000100111000100011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570270; }

 p { color: rgb(87,2,112); }

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

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

 a { background-color: rgb(87,2,112); }

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

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

 span { border-color: rgb(87,2,112); }

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