#660988

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

Shades of Indigo #660988

Tints of Indigo #660988

Color information

#660988 (or 0x660988) is unknown color: approx Indigo. HEX triplet: 66, 09 and 88. RGB value is (102,9,136). Sum of RGB (Red+Green+Blue) = 102+9+136=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #660988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660988 is #99F677. Grayscale: #323232. Windows color (decimal): -10090104 or 8915302. OLE color: 8915302.

HSL color Cylindrical-coordinate representation of color #660988: hue angle of 283.94º 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 #660988 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1029136-
CMYK0.250.9300.47
HSL283.94º87.59%28.43%-
HSV(B)283.94º93.38%53.33%-
XYZ10.024.823.69-
YUV51.28175.81164.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=41.30%
G=3.64%
B=55.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10291360.250.9300.47283.9487.5928.43
Hex66988195D02F11c581c
Octal146112103113505743413034
Binary11001101001100010001100110111010101111100011100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660988; }

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

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

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

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

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

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

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

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