#660B82

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

Shades of Indigo #660B82

Tints of Indigo #660B82

Color information

#660B82 (or 0x660B82) is unknown color: approx Indigo. HEX triplet: 66, 0B and 82. RGB value is (102,11,130). Sum of RGB (Red+Green+Blue) = 102+11+130=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #660B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660B82 is #99F47D. Grayscale: #333333. Windows color (decimal): -10089598 or 8522598. OLE color: 8522598.

HSL color Cylindrical-coordinate representation of color #660B82: hue angle of 285.88º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660B82 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10211130-
CMYK0.220.9200.49
HSL285.88º84.4%27.65%-
HSV(B)285.88º91.54%50.98%-
XYZ9.634.6821.51-
YUV51.78172.15163.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=41.98%
G=4.53%
B=53.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102111300.220.9200.49285.8884.427.65
Hex66B82165C03111e541c
Octal146132022613406143612434
Binary11001101011100000101011010111000110001100011110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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