#660987

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

Shades of Indigo #660987

Tints of Indigo #660987

Color information

#660987 (or 0x660987) is unknown color: approx Indigo. HEX triplet: 66, 09 and 87. RGB value is (102,9,135). Sum of RGB (Red+Green+Blue) = 102+9+135=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #660987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660987 is #99F678. Grayscale: #323232. Windows color (decimal): -10090105 or 8849766. OLE color: 8849766.

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

Color convert

RGB1029135-
CMYK0.240.9300.47
HSL284.29º87.5%28.24%-
HSV(B)284.29º93.33%52.94%-
XYZ9.954.7723.32-
YUV51.17175.31164.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=41.46%
G=3.66%
B=54.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10291350.240.9300.47284.2987.528.24
Hex66987185D02F11c581c
Octal146112073013505743413034
Binary11001101001100001111100010111010101111100011100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660987; }

 p { color: rgb(102,9,135); }

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

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

 a { background-color: rgb(102,9,135); }

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

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

 span { border-color: rgb(102,9,135); }

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