#66178c

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

Shades of Indigo #66178C

Tints of Indigo #66178C

Color information

#66178C (or 0x66178C) is unknown color: approx Indigo. HEX triplet: 66, 17 and 8C. RGB value is (102,23,140). Sum of RGB (Red+Green+Blue) = 102+23+140=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #66178C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66178C is #99E873. Grayscale: #3B3B3B. Windows color (decimal): -10086516 or 9181030. OLE color: 9181030.

HSL color Cylindrical-coordinate representation of color #66178C: hue angle of 280.51º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66178C is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10223140-
CMYK0.270.8400.45
HSL280.51º71.78%31.96%-
HSV(B)280.51º83.57%54.9%-
XYZ10.525.3325.29-
YUV59.96173.17157.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=38.49%
G=8.68%
B=52.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102231400.270.8400.45280.5171.7831.96
Hex66178C1B5402D1194820
Octal146272143312405543111040
Binary1100110101111000110011011101010001011011000110011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66178c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66178c; }

 p { color: rgb(102,23,140); }

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

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

 a { background-color: rgb(102,23,140); }

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

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

 span { border-color: rgb(102,23,140); }

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