#570273

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

Shades of Indigo #570273

Tints of Indigo #570273

Color information

#570273 (or 0x570273) is unknown color: approx Indigo. HEX triplet: 57, 02 and 73. RGB value is (87,2,115). Sum of RGB (Red+Green+Blue) = 87+2+115=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #570273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570273 is #A8FD8C. Grayscale: #272727. Windows color (decimal): -11074957 or 7537239. OLE color: 7537239.

HSL color Cylindrical-coordinate representation of color #570273: hue angle of 285.13º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570273 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB872115-
CMYK0.240.9800.55
HSL285.13º96.58%22.94%-
HSV(B)285.13º98.26%45.1%-
XYZ7.053.3116.49-
YUV40.3170.16161.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=42.65%
G=0.98%
B=56.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8721150.240.9800.55285.1396.5822.94
Hex57273186203711d6117
Octal12721633014206743514127
Binary10101111011100111100011000100110111100011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570273; }

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

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

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

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

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

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

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

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