#57069C

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

Shades of Indigo #57069C

Tints of Indigo #57069C

Color information

#57069C (or 0x57069C) is unknown color: approx Indigo. HEX triplet: 57, 06 and 9C. RGB value is (87,6,156). Sum of RGB (Red+Green+Blue) = 87+6+156=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #57069C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57069C is #A8F963. Grayscale: #2E2E2E. Windows color (decimal): -11073892 or 10225239. OLE color: 10225239.

HSL color Cylindrical-coordinate representation of color #57069C: hue angle of 272.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #57069C is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB876156-
CMYK0.440.9600.39
HSL272.4º92.59%31.76%-
HSV(B)272.4º96.15%61.18%-
XYZ104.5631.81-
YUV47.32189.34156.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=34.94%
G=2.41%
B=62.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8761560.440.9600.39272.492.5931.76
Hex5769C2C600271105d20
Octal12762345414004742013540
Binary101011111010011100101100110000001001111000100001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57069C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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