#611094

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

Shades of Indigo #611094

Tints of Indigo #611094

Color information

#611094 (or 0x611094) is unknown color: approx Indigo. HEX triplet: 61, 10 and 94. RGB value is (97,16,148). Sum of RGB (Red+Green+Blue) = 97+16+148=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #611094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611094 is #9EEF6B. Grayscale: #363636. Windows color (decimal): -10415980 or 9703521. OLE color: 9703521.

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

Color convert

RGB9716148-
CMYK0.340.8900.42
HSL276.82º80.49%32.16%-
HSV(B)276.82º89.19%58.04%-
XYZ10.465.0528.44-
YUV55.27180.34157.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=37.16%
G=6.13%
B=56.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97161480.340.8900.42276.8280.4932.16
Hex611094225902A1155020
Octal141202244213105242512040
Binary11000011000010010100100010101100101010101000101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611094; }

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

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

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

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

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

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

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

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