#660382

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

Shades of Indigo #660382

Tints of Indigo #660382

Color information

#660382 (or 0x660382) is unknown color: approx Indigo. HEX triplet: 66, 03 and 82. RGB value is (102,3,130). Sum of RGB (Red+Green+Blue) = 102+3+130=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #660382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660382 is #99FC7D. Grayscale: #2E2E2E. Windows color (decimal): -10091646 or 8520550. OLE color: 8520550.

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

Color convert

RGB1023130-
CMYK0.220.9800.49
HSL286.77º95.49%26.08%-
HSV(B)286.77º97.69%50.98%-
XYZ9.544.521.49-
YUV47.08174.8167.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=43.40%
G=1.28%
B=55.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10231300.220.9800.49286.7795.4926.08
Hex66382166203111f5f1a
Octal14632022614206143713732
Binary110011011100000101011011000100110001100011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660382; }

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

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

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

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

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

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

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

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