#66109D

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

Shades of Indigo #66109D

Tints of Indigo #66109D

Color information

#66109D (or 0x66109D) is unknown color: approx Indigo. HEX triplet: 66, 10 and 9D. RGB value is (102,16,157). Sum of RGB (Red+Green+Blue) = 102+16+157=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #66109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66109D is #99EF62. Grayscale: #393939. Windows color (decimal): -10088291 or 10293350. OLE color: 10293350.

HSL color Cylindrical-coordinate representation of color #66109D: hue angle of 276.6º 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 #66109D is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10216157-
CMYK0.350.9000.38
HSL276.6º81.5%33.92%-
HSV(B)276.6º89.81%61.57%-
XYZ11.755.6332.37-
YUV57.79183.99159.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=37.09%
G=5.82%
B=57.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102161570.350.9000.38276.681.533.92
Hex66109D235A0261155222
Octal146202354313204642512242
Binary11001101000010011101100011101101001001101000101011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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