#570175

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

Shades of Indigo #570175

Tints of Indigo #570175

Color information

#570175 (or 0x570175) is unknown color: approx Indigo. HEX triplet: 57, 01 and 75. RGB value is (87,1,117). Sum of RGB (Red+Green+Blue) = 87+1+117=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #570175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570175 is #A8FE8A. Grayscale: #272727. Windows color (decimal): -11075211 or 7668055. OLE color: 7668055.

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

Color convert

RGB871117-
CMYK0.260.9900.54
HSL284.48º98.31%23.14%-
HSV(B)284.48º99.15%45.88%-
XYZ7.153.3317.1-
YUV39.94171.49161.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=42.44%
G=0.49%
B=57.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8711170.260.9900.54284.4898.3123.14
Hex571751A6303611c6217
Octal12711653214306643414227
Binary1010111111101011101011000110110110100011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570175; }

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

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

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

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

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

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

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

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