#660791

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

Shades of Indigo #660791

Tints of Indigo #660791

Color information

#660791 (or 0x660791) is unknown color: approx Indigo. HEX triplet: 66, 07 and 91. RGB value is (102,7,145). Sum of RGB (Red+Green+Blue) = 102+7+145=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #660791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660791 is #99F86E. Grayscale: #323232. Windows color (decimal): -10090607 or 9504614. OLE color: 9504614.

HSL color Cylindrical-coordinate representation of color #660791: hue angle of 281.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660791 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1027145-
CMYK0.300.9500.43
HSL281.3º90.79%29.8%-
HSV(B)281.3º95.17%56.86%-
XYZ10.675.0227.2-
YUV51.14180.97164.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 7 (3.12% from 255) = 2.76%
BLUE value IS 145 (57.03% from 255) = 57.09%
R=40.16%
G=2.76%
B=57.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10271450.300.9500.43281.390.7929.8
Hex667911E5F02B1195b1e
Octal14672213613705343113336
Binary1100110111100100011111010111110101011100011001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660791; }

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

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

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

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

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

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

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

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