#660BA2

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

Shades of Indigo #660BA2

Tints of Indigo #660BA2

Color information

#660BA2 (or 0x660BA2) is unknown color: approx Indigo. HEX triplet: 66, 0B and A2. RGB value is (102,11,162). Sum of RGB (Red+Green+Blue) = 102+11+162=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #660BA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660BA2 is #99F45D. Grayscale: #363636. Windows color (decimal): -10089566 or 10619750. OLE color: 10619750.

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

Color convert

RGB10211162-
CMYK0.370.9300.36
HSL276.16º87.28%33.92%-
HSV(B)276.16º93.21%63.53%-
XYZ12.125.6734.64-
YUV55.42188.15161.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 162 (63.67% from 255) = 58.91%
R=37.09%
G=4%
B=58.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102111620.370.9300.36276.1687.2833.92
Hex66BA2255D0241145722
Octal146132424513504442412742
Binary1100110101110100010100101101110101001001000101001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,11,162); }

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

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

 a { background-color: rgb(102,11,162); }

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

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

 span { border-color: rgb(102,11,162); }

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