#66079C

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

Shades of Indigo #66079C

Tints of Indigo #66079C

Color information

#66079C (or 0x66079C) is unknown color: approx Indigo. HEX triplet: 66, 07 and 9C. RGB value is (102,7,156). Sum of RGB (Red+Green+Blue) = 102+7+156=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #66079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66079C is #99F863. Grayscale: #333333. Windows color (decimal): -10090596 or 10225510. OLE color: 10225510.

HSL color Cylindrical-coordinate representation of color #66079C: hue angle of 278.26º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66079C is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1027156-
CMYK0.350.9600.39
HSL278.26º91.41%31.96%-
HSV(B)278.26º95.51%61.18%-
XYZ11.565.3831.88-
YUV52.39186.47163.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 7 (3.12% from 255) = 2.64%
BLUE value IS 156 (61.33% from 255) = 58.87%
R=38.49%
G=2.64%
B=58.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10271560.350.9600.39278.2691.4131.96
Hex6679C23600271165b20
Octal14672344314004742613340
Binary110011011110011100100011110000001001111000101101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66079C; }

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

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

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

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

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

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

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

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