#660981

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

Shades of Indigo #660981

Tints of Indigo #660981

Color information

#660981 (or 0x660981) is unknown color: approx Indigo. HEX triplet: 66, 09 and 81. RGB value is (102,9,129). Sum of RGB (Red+Green+Blue) = 102+9+129=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #660981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660981 is #99F67E. Grayscale: #323232. Windows color (decimal): -10090111 or 8456550. OLE color: 8456550.

HSL color Cylindrical-coordinate representation of color #660981: hue angle of 286.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660981 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1029129-
CMYK0.210.9300.49
HSL286.5º86.96%27.06%-
HSV(B)286.5º93.02%50.59%-
XYZ9.544.6121.15-
YUV50.49172.31164.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 129 (50.78% from 255) = 53.75%
R=42.5%
G=3.75%
B=53.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10291290.210.9300.49286.586.9627.06
Hex66981155D03111e571b
Octal146112012513506143612733
Binary11001101001100000011010110111010110001100011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660981; }

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

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

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

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

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

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

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

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