#611696

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

Shades of Indigo #611696

Tints of Indigo #611696

Color information

#611696 (or 0x611696) is unknown color: approx Indigo. HEX triplet: 61, 16 and 96. RGB value is (97,22,150). Sum of RGB (Red+Green+Blue) = 97+22+150=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #611696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611696 is #9EE969. Grayscale: #3A3A3A. Windows color (decimal): -10414442 or 9836129. OLE color: 9836129.

HSL color Cylindrical-coordinate representation of color #611696: hue angle of 275.16º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611696 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9722150-
CMYK0.350.8500.41
HSL275.16º74.42%33.73%-
HSV(B)275.16º85.33%58.82%-
XYZ10.725.3229.32-
YUV59.02179.35155.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 22 (8.98% from 255) = 8.18%
BLUE value IS 150 (58.98% from 255) = 55.76%
R=36.06%
G=8.18%
B=55.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97221500.350.8500.41275.1674.4233.73
Hex61169623550291134a22
Octal141262264312505142311242
Binary11000011011010010110100011101010101010011000100111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611696; }

 p { color: rgb(97,22,150); }

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

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

 a { background-color: rgb(97,22,150); }

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

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

 span { border-color: rgb(97,22,150); }

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