#66178A

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

Shades of Indigo #66178A

Tints of Indigo #66178A

Color information

#66178A (or 0x66178A) is unknown color: approx Indigo. HEX triplet: 66, 17 and 8A. RGB value is (102,23,138). Sum of RGB (Red+Green+Blue) = 102+23+138=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #66178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66178A is #99E875. Grayscale: #3B3B3B. Windows color (decimal): -10086518 or 9049958. OLE color: 9049958.

HSL color Cylindrical-coordinate representation of color #66178A: hue angle of 281.22º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66178A is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10223138-
CMYK0.260.8300.46
HSL281.22º71.43%31.57%-
HSV(B)281.22º83.33%54.12%-
XYZ10.375.2724.52-
YUV59.73172.17158.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 23 (9.38% from 255) = 8.75%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=38.78%
G=8.75%
B=52.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102231380.260.8300.46281.2271.4331.57
Hex66178A1A5302E1194720
Octal146272123212305643110740
Binary1100110101111000101011010101001101011101000110011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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