#611092

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

Shades of Indigo #611092

Tints of Indigo #611092

Color information

#611092 (or 0x611092) is unknown color: approx Indigo. HEX triplet: 61, 10 and 92. RGB value is (97,16,146). Sum of RGB (Red+Green+Blue) = 97+16+146=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #611092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611092 is #9EEF6D. Grayscale: #363636. Windows color (decimal): -10415982 or 9572449. OLE color: 9572449.

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

Color convert

RGB9716146-
CMYK0.340.8900.43
HSL277.38º80.25%31.76%-
HSV(B)277.38º89.04%57.25%-
XYZ10.34.9927.61-
YUV55.04179.34157.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 16 (6.64% from 255) = 6.18%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=37.45%
G=6.18%
B=56.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97161460.340.8900.43277.3880.2531.76
Hex611092225902B1155020
Octal141202224213105342512040
Binary11000011000010010010100010101100101010111000101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611092; }

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

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

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

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

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

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

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

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