#57067C

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

Shades of Indigo #57067C

Tints of Indigo #57067C

Color information

#57067C (or 0x57067C) is unknown color: approx Indigo. HEX triplet: 57, 06 and 7C. RGB value is (87,6,124). Sum of RGB (Red+Green+Blue) = 87+6+124=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #57067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57067C is #A8F983. Grayscale: #2B2B2B. Windows color (decimal): -11073924 or 8128087. OLE color: 8128087.

HSL color Cylindrical-coordinate representation of color #57067C: hue angle of 281.19º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57067C is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB876124-
CMYK0.300.9500.51
HSL281.19º90.77%25.49%-
HSV(B)281.19º95.16%48.63%-
XYZ7.633.6119.36-
YUV43.67173.34158.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=40.09%
G=2.76%
B=57.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8761240.300.9500.51281.1990.7725.49
Hex5767C1E5F0331195b19
Octal12761743613706343113331
Binary101011111011111001111010111110110011100011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57067C; }

 p { color: rgb(87,6,124); }

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

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

 a { background-color: rgb(87,6,124); }

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

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

 span { border-color: rgb(87,6,124); }

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