#570F90

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

Shades of Indigo #570F90

Tints of Indigo #570F90

Color information

#570F90 (or 0x570F90) is unknown color: approx Indigo. HEX triplet: 57, 0F and 90. RGB value is (87,15,144). Sum of RGB (Red+Green+Blue) = 87+15+144=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #570F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570F90 is #A8F06F. Grayscale: #323232. Windows color (decimal): -11071600 or 9441111. OLE color: 9441111.

HSL color Cylindrical-coordinate representation of color #570F90: hue angle of 273.49º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570F90 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8715144-
CMYK0.400.9000.44
HSL273.49º81.13%31.18%-
HSV(B)273.49º89.58%56.47%-
XYZ9.144.3826.75-
YUV51.23180.35153.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=35.37%
G=6.10%
B=58.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87151440.400.9000.44273.4981.1331.18
Hex57F90285A02C111511f
Octal127172205013205442112137
Binary101011111111001000010100010110100101100100010001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570F90; }

 p { color: rgb(87,15,144); }

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

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

 a { background-color: rgb(87,15,144); }

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

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

 span { border-color: rgb(87,15,144); }

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