#661396

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

Shades of Indigo #661396

Tints of Indigo #661396

Color information

#661396 (or 0x661396) is unknown color: approx Indigo. HEX triplet: 66, 13 and 96. RGB value is (102,19,150). Sum of RGB (Red+Green+Blue) = 102+19+150=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #661396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661396 is #99EC69. Grayscale: #3A3A3A. Windows color (decimal): -10087530 or 9835366. OLE color: 9835366.

HSL color Cylindrical-coordinate representation of color #661396: hue angle of 278.02º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661396 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10219150-
CMYK0.320.8700.41
HSL278.02º77.51%33.14%-
HSV(B)278.02º87.33%58.82%-
XYZ11.225.4929.32-
YUV58.75179.5158.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 19 (7.81% from 255) = 7.01%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=37.64%
G=7.01%
B=55.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102191500.320.8700.41278.0277.5133.14
Hex66139620570291164e21
Octal146232264012705142611641
Binary11001101001110010110100000101011101010011000101101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661396; }

 p { color: rgb(102,19,150); }

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

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

 a { background-color: rgb(102,19,150); }

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

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

 span { border-color: rgb(102,19,150); }

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