#660A87

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

Shades of Indigo #660A87

Tints of Indigo #660A87

Color information

#660A87 (or 0x660A87) is unknown color: approx Indigo. HEX triplet: 66, 0A and 87. RGB value is (102,10,135). Sum of RGB (Red+Green+Blue) = 102+10+135=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #660A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660A87 is #99F578. Grayscale: #333333. Windows color (decimal): -10089849 or 8850022. OLE color: 8850022.

HSL color Cylindrical-coordinate representation of color #660A87: hue angle of 284.16º degrees, saturation: 0.86, 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 #660A87 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10210135-
CMYK0.240.9300.47
HSL284.16º86.21%28.43%-
HSV(B)284.16º92.59%52.94%-
XYZ9.964.7923.32-
YUV51.76174.98163.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=41.30%
G=4.05%
B=54.66%

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
Decimal102101350.240.9300.47284.1686.2128.43
Hex66A87185D02F11c561c
Octal146122073013505743412634
Binary11001101010100001111100010111010101111100011100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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