#611177

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

Shades of Indigo #611177

Tints of Indigo #611177

Color information

#611177 (or 0x611177) is unknown color: approx Indigo. HEX triplet: 61, 11 and 77. RGB value is (97,17,119). Sum of RGB (Red+Green+Blue) = 97+17+119=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #611177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611177 is #9EEE88. Grayscale: #343434. Windows color (decimal): -10415753 or 7803233. OLE color: 7803233.

HSL color Cylindrical-coordinate representation of color #611177: hue angle of 287.06º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611177 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9717119-
CMYK0.180.8600.53
HSL287.06º75%26.67%-
HSV(B)287.06º85.71%46.67%-
XYZ8.464.2717.83-
YUV52.55165.5159.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 17 (7.03% from 255) = 7.30%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=41.63%
G=7.30%
B=51.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97171190.180.8600.53287.067526.67
Hex611177125603511f4b1b
Octal141211672212606543711333
Binary11000011000111101111001010101100110101100011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611177; }

 p { color: rgb(97,17,119); }

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

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

 a { background-color: rgb(97,17,119); }

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

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

 span { border-color: rgb(97,17,119); }

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