#660784

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

Shades of Indigo #660784

Tints of Indigo #660784

Color information

#660784 (or 0x660784) is unknown color: approx Indigo. HEX triplet: 66, 07 and 84. RGB value is (102,7,132). Sum of RGB (Red+Green+Blue) = 102+7+132=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #660784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660784 is #99F87B. Grayscale: #313131. Windows color (decimal): -10090620 or 8652646. OLE color: 8652646.

HSL color Cylindrical-coordinate representation of color #660784: hue angle of 285.6º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660784 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1027132-
CMYK0.230.9500.48
HSL285.6º89.93%27.25%-
HSV(B)285.6º94.7%51.76%-
XYZ9.724.6422.21-
YUV49.66174.47165.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 7 (3.12% from 255) = 2.90%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=42.32%
G=2.90%
B=54.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10271320.230.9500.48285.689.9327.25
Hex66784175F03011e5a1b
Octal14672042713706043613233
Binary1100110111100001001011110111110110000100011110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660784; }

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

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

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

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

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

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

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

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