#660882

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

Shades of Indigo #660882

Tints of Indigo #660882

Color information

#660882 (or 0x660882) is unknown color: approx Indigo. HEX triplet: 66, 08 and 82. RGB value is (102,8,130). Sum of RGB (Red+Green+Blue) = 102+8+130=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #660882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660882 is #99F77D. Grayscale: #313131. Windows color (decimal): -10090366 or 8521830. OLE color: 8521830.

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

Color convert

RGB1028130-
CMYK0.220.9400.49
HSL286.23º88.41%27.06%-
HSV(B)286.23º93.85%50.98%-
XYZ9.64.6121.5-
YUV50.01173.14165.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 8 (3.52% from 255) = 3.33%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=42.5%
G=3.33%
B=54.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10281300.220.9400.49286.2388.4127.06
Hex66882165E03111e581b
Octal146102022613606143613033
Binary11001101000100000101011010111100110001100011110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660882; }

 p { color: rgb(102,8,130); }

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

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

 a { background-color: rgb(102,8,130); }

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

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

 span { border-color: rgb(102,8,130); }

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