#660291

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

Shades of Indigo #660291

Tints of Indigo #660291

Color information

#660291 (or 0x660291) is unknown color: approx Indigo. HEX triplet: 66, 02 and 91. RGB value is (102,2,145). Sum of RGB (Red+Green+Blue) = 102+2+145=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #660291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660291 is #99FD6E. Grayscale: #2F2F2F. Windows color (decimal): -10091887 or 9503334. OLE color: 9503334.

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

Color convert

RGB1022145-
CMYK0.300.9900.43
HSL281.96º97.28%28.82%-
HSV(B)281.96º98.62%56.86%-
XYZ10.614.9127.18-
YUV48.2182.63166.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 145 (57.03% from 255) = 58.23%
R=40.96%
G=0.80%
B=58.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10221450.300.9900.43281.9697.2828.82
Hex662911E6302B11a611d
Octal14622213614305343214135
Binary110011010100100011111011000110101011100011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660291; }

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

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

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

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

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

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

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

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