#661189

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

Shades of Indigo #661189

Tints of Indigo #661189

Color information

#661189 (or 0x661189) is unknown color: approx Indigo. HEX triplet: 66, 11 and 89. RGB value is (102,17,137). Sum of RGB (Red+Green+Blue) = 102+17+137=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #661189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661189 is #99EE76. Grayscale: #373737. Windows color (decimal): -10088055 or 8982886. OLE color: 8982886.

HSL color Cylindrical-coordinate representation of color #661189: hue angle of 282.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661189 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10217137-
CMYK0.260.8800.46
HSL282.5º77.92%30.2%-
HSV(B)282.5º87.59%53.73%-
XYZ10.25.0324.1-
YUV56.1173.66160.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 137 (53.91% from 255) = 53.52%
R=39.84%
G=6.64%
B=53.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102171370.260.8800.46282.577.9230.2
Hex6611891A5802E11a4e1e
Octal146212113213005643211636
Binary110011010001100010011101010110000101110100011010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661189; }

 p { color: rgb(102,17,137); }

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

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

 a { background-color: rgb(102,17,137); }

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

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

 span { border-color: rgb(102,17,137); }

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