#660C84

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

Shades of Indigo #660C84

Tints of Indigo #660C84

Color information

#660C84 (or 0x660C84) is unknown color: approx Indigo. HEX triplet: 66, 0C and 84. RGB value is (102,12,132). Sum of RGB (Red+Green+Blue) = 102+12+132=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #660C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660C84 is #99F37B. Grayscale: #343434. Windows color (decimal): -10089340 or 8653926. OLE color: 8653926.

HSL color Cylindrical-coordinate representation of color #660C84: hue angle of 285º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660C84 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10212132-
CMYK0.230.9100.48
HSL285º83.33%28.24%-
HSV(B)285º90.91%51.76%-
XYZ9.784.7522.23-
YUV52.59172.82163.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=41.46%
G=4.88%
B=53.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102121320.230.9100.4828583.3328.24
Hex66C84175B03011d531c
Octal146142042713306043512334
Binary11001101100100001001011110110110110000100011101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,12,132); }

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

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

 a { background-color: rgb(102,12,132); }

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

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

 span { border-color: rgb(102,12,132); }

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