#570C74

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

Shades of Indigo #570C74

Tints of Indigo #570C74

Color information

#570C74 (or 0x570C74) is unknown color: approx Indigo. HEX triplet: 57, 0C and 74. RGB value is (87,12,116). Sum of RGB (Red+Green+Blue) = 87+12+116=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #570C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C74 is #A8F38B. Grayscale: #2D2D2D. Windows color (decimal): -11072396 or 7605335. OLE color: 7605335.

HSL color Cylindrical-coordinate representation of color #570C74: hue angle of 283.27º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570C74 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8712116-
CMYK0.250.9000.55
HSL283.27º81.25%25.1%-
HSV(B)283.27º89.66%45.49%-
XYZ7.213.5516.83-
YUV46.28167.35157.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=40.47%
G=5.58%
B=53.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87121160.250.9000.55283.2781.2525.1
Hex57C74195A03711b5119
Octal127141643113206743312131
Binary1010111110011101001100110110100110111100011011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,12,116); }

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

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

 a { background-color: rgb(87,12,116); }

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

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

 span { border-color: rgb(87,12,116); }

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