#570173

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

Shades of Indigo #570173

Tints of Indigo #570173

Color information

#570173 (or 0x570173) is unknown color: approx Indigo. HEX triplet: 57, 01 and 73. RGB value is (87,1,115). Sum of RGB (Red+Green+Blue) = 87+1+115=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #570173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570173 is #A8FE8C. Grayscale: #272727. Windows color (decimal): -11075213 or 7536983. OLE color: 7536983.

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

Color convert

RGB871115-
CMYK0.240.9900.55
HSL285.26º98.28%22.75%-
HSV(B)285.26º99.13%45.1%-
XYZ7.043.2916.48-
YUV39.71170.49161.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=42.86%
G=0.49%
B=56.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8711150.240.9900.55285.2698.2822.75
Hex57173186303711d6217
Octal12711633014306743514227
Binary1010111111100111100011000110110111100011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570173; }

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

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

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

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

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

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

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

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