#610776

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

Shades of Indigo #610776

Tints of Indigo #610776

Color information

#610776 (or 0x610776) is unknown color: approx Indigo. HEX triplet: 61, 07 and 76. RGB value is (97,7,118). Sum of RGB (Red+Green+Blue) = 97+7+118=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #610776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610776 is #9EF889. Grayscale: #2E2E2E. Windows color (decimal): -10418314 or 7735137. OLE color: 7735137.

HSL color Cylindrical-coordinate representation of color #610776: hue angle of 288.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610776 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB977118-
CMYK0.180.9400.54
HSL288.65º88.8%24.51%-
HSV(B)288.65º94.07%46.27%-
XYZ8.28417.48-
YUV46.56168.32163.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=43.69%
G=3.15%
B=53.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9771180.180.9400.54288.6588.824.51
Hex61776125E0361215919
Octal14171662213606644113131
Binary110000111111101101001010111100110110100100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610776; }

 p { color: rgb(97,7,118); }

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

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

 a { background-color: rgb(97,7,118); }

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

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

 span { border-color: rgb(97,7,118); }

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