#570C89

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

Shades of Indigo #570C89

Tints of Indigo #570C89

Color information

#570C89 (or 0x570C89) is unknown color: approx Indigo. HEX triplet: 57, 0C and 89. RGB value is (87,12,137). Sum of RGB (Red+Green+Blue) = 87+12+137=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #570C89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570C89 is #A8F376. Grayscale: #303030. Windows color (decimal): -11072375 or 8981591. OLE color: 8981591.

HSL color Cylindrical-coordinate representation of color #570C89: hue angle of 276º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570C89 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8712137-
CMYK0.360.9100.46
HSL276º83.89%29.22%-
HSV(B)276º91.24%53.73%-
XYZ8.584.124.01-
YUV48.68177.85155.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 137 (53.91% from 255) = 58.05%
R=36.86%
G=5.08%
B=58.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87121370.360.9100.4627683.8929.22
Hex57C89245B02E114541d
Octal127142114413305642412435
Binary101011111001000100110010010110110101110100010100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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