#661886

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

Shades of Indigo #661886

Tints of Indigo #661886

Color information

#661886 (or 0x661886) is unknown color: approx Indigo. HEX triplet: 66, 18 and 86. RGB value is (102,24,134). Sum of RGB (Red+Green+Blue) = 102+24+134=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #661886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661886 is #99E779. Grayscale: #3B3B3B. Windows color (decimal): -10086266 or 8788070. OLE color: 8788070.

HSL color Cylindrical-coordinate representation of color #661886: hue angle of 282.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661886 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10224134-
CMYK0.240.8200.47
HSL282.55º69.62%30.98%-
HSV(B)282.55º82.09%52.55%-
XYZ10.115.223.03-
YUV59.86169.84158.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 24 (9.77% from 255) = 9.23%
BLUE value IS 134 (52.73% from 255) = 51.54%
R=39.23%
G=9.23%
B=51.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102241340.240.8200.47282.5569.6230.98
Hex661886185202F11b461f
Octal146302063012205743310637
Binary110011011000100001101100010100100101111100011011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661886; }

 p { color: rgb(102,24,134); }

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

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

 a { background-color: rgb(102,24,134); }

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

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

 span { border-color: rgb(102,24,134); }

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