#57067E

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

Shades of Indigo #57067E

Tints of Indigo #57067E

Color information

#57067E (or 0x57067E) is unknown color: approx Indigo. HEX triplet: 57, 06 and 7E. RGB value is (87,6,126). Sum of RGB (Red+Green+Blue) = 87+6+126=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #57067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57067E is #A8F981. Grayscale: #2B2B2B. Windows color (decimal): -11073922 or 8259159. OLE color: 8259159.

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

Color convert

RGB876126-
CMYK0.310.9500.51
HSL280.5º90.91%25.88%-
HSV(B)280.5º95.24%49.41%-
XYZ7.763.6620.04-
YUV43.9174.34158.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 126 (49.61% from 255) = 57.53%
R=39.73%
G=2.74%
B=57.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8761260.310.9500.51280.590.9125.88
Hex5767E1F5F0331185b1a
Octal12761763713706343013332
Binary101011111011111101111110111110110011100011000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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