#661091

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

Shades of Indigo #661091

Tints of Indigo #661091

Color information

#661091 (or 0x661091) is unknown color: approx Indigo. HEX triplet: 66, 10 and 91. RGB value is (102,16,145). Sum of RGB (Red+Green+Blue) = 102+16+145=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #661091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661091 is #99EF6E. Grayscale: #373737. Windows color (decimal): -10088303 or 9506918. OLE color: 9506918.

HSL color Cylindrical-coordinate representation of color #661091: hue angle of 280º 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 #661091 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10216145-
CMYK0.300.8900.43
HSL280º80.12%31.57%-
HSV(B)280º88.97%56.86%-
XYZ10.785.2427.23-
YUV56.42177.99160.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=38.78%
G=6.08%
B=55.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102161450.300.8900.4328080.1231.57
Hex6610911E5902B1185020
Octal146202213613105343012040
Binary1100110100001001000111110101100101010111000110001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661091; }

 p { color: rgb(102,16,145); }

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

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

 a { background-color: rgb(102,16,145); }

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

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

 span { border-color: rgb(102,16,145); }

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