#661596

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

Shades of Indigo #661596

Tints of Indigo #661596

Color information

#661596 (or 0x661596) is unknown color: approx Indigo. HEX triplet: 66, 15 and 96. RGB value is (102,21,150). Sum of RGB (Red+Green+Blue) = 102+21+150=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #661596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661596 is #99EA69. Grayscale: #3B3B3B. Windows color (decimal): -10087018 or 9835878. OLE color: 9835878.

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

Color convert

RGB10221150-
CMYK0.320.8600.41
HSL277.67º75.44%33.53%-
HSV(B)277.67º86%58.82%-
XYZ11.255.5629.33-
YUV59.92178.84158.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 21 (8.59% from 255) = 7.69%
BLUE value IS 150 (58.98% from 255) = 54.95%
R=37.36%
G=7.69%
B=54.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102211500.320.8600.41277.6775.4433.53
Hex66159620560291164b22
Octal146252264012605142611342
Binary11001101010110010110100000101011001010011000101101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661596; }

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

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

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

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

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

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

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

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