#66109F

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

Shades of Indigo #66109F

Tints of Indigo #66109F

Color information

#66109F (or 0x66109F) is unknown color: approx Indigo. HEX triplet: 66, 10 and 9F. RGB value is (102,16,159). Sum of RGB (Red+Green+Blue) = 102+16+159=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #66109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66109F is #99EF60. Grayscale: #393939. Windows color (decimal): -10088289 or 10424422. OLE color: 10424422.

HSL color Cylindrical-coordinate representation of color #66109F: hue angle of 276.08º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66109F is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10216159-
CMYK0.360.9000.38
HSL276.08º81.71%34.31%-
HSV(B)276.08º89.94%62.35%-
XYZ11.925.733.27-
YUV58.02184.99159.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 16 (6.64% from 255) = 5.78%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=36.82%
G=5.78%
B=57.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102161590.360.9000.38276.0881.7134.31
Hex66109F245A0261145222
Octal146202374413204642412242
Binary11001101000010011111100100101101001001101000101001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66109F; }

 p { color: rgb(102,16,159); }

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

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

 a { background-color: rgb(102,16,159); }

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

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

 span { border-color: rgb(102,16,159); }

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