#660086

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

Shades of Indigo #660086

Tints of Indigo #660086

Color information

#660086 (or 0x660086) is unknown color: approx Indigo. HEX triplet: 66, 00 and 86. RGB value is (102,0,134). Sum of RGB (Red+Green+Blue) = 102+0+134=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #660086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660086 is #99FF79. Grayscale: #2D2D2D. Windows color (decimal): -10092410 or 8781926. OLE color: 8781926.

HSL color Cylindrical-coordinate representation of color #660086: hue angle of 285.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660086 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1020134-
CMYK0.24100.47
HSL285.67º100%26.27%-
HSV(B)285.67º100%52.55%-
XYZ9.784.5522.92-
YUV45.77177.79168.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 56.78%
R=43.22%
G=0%
B=56.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10201340.24100.47285.6710026.27
Hex66086186402F11e641a
Octal14602063014405743614432
Binary11001100100001101100011001000101111100011110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660086; }

 p { color: rgb(102,0,134); }

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

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

 a { background-color: rgb(102,0,134); }

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

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

 span { border-color: rgb(102,0,134); }

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