#660AA4

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

Shades of Indigo #660AA4

Tints of Indigo #660AA4

Color information

#660AA4 (or 0x660AA4) is unknown color: approx Indigo. HEX triplet: 66, 0A and A4. RGB value is (102,10,164). Sum of RGB (Red+Green+Blue) = 102+10+164=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #660AA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660AA4 is #99F55B. Grayscale: #363636. Windows color (decimal): -10089820 or 10750566. OLE color: 10750566.

HSL color Cylindrical-coordinate representation of color #660AA4: hue angle of 275.84º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660AA4 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10210164-
CMYK0.380.9400.36
HSL275.84º88.51%34.12%-
HSV(B)275.84º93.9%64.31%-
XYZ12.295.7235.58-
YUV55.06189.48161.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 10 (4.30% from 255) = 3.62%
BLUE value IS 164 (64.45% from 255) = 59.42%
R=36.96%
G=3.62%
B=59.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102101640.380.9400.36275.8488.5134.12
Hex66AA4265E0241145922
Octal146122444613604442413142
Binary1100110101010100100100110101111001001001000101001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660AA4; }

 p { color: rgb(102,10,164); }

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

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

 a { background-color: rgb(102,10,164); }

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

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

 span { border-color: rgb(102,10,164); }

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