#611692

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

Shades of Indigo #611692

Tints of Indigo #611692

Color information

#611692 (or 0x611692) is unknown color: approx Indigo. HEX triplet: 61, 16 and 92. RGB value is (97,22,146). Sum of RGB (Red+Green+Blue) = 97+22+146=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #611692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611692 is #9EE96D. Grayscale: #3A3A3A. Windows color (decimal): -10414446 or 9573985. OLE color: 9573985.

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

Color convert

RGB9722146-
CMYK0.340.8500.43
HSL276.29º73.81%32.94%-
HSV(B)276.29º84.93%57.25%-
XYZ10.45.1927.65-
YUV58.56177.35155.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=36.60%
G=8.30%
B=55.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97221460.340.8500.43276.2973.8132.94
Hex611692225502B1144a21
Octal141262224212505342411241
Binary11000011011010010010100010101010101010111000101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611692; }

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

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

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

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

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

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

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

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