#641196

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

Shades of Indigo #641196

Tints of Indigo #641196

Color information

#641196 (or 0x641196) is unknown color: approx Indigo. HEX triplet: 64, 11 and 96. RGB value is (100,17,150). Sum of RGB (Red+Green+Blue) = 100+17+150=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #641196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641196 is #9BEE69. Grayscale: #383838. Windows color (decimal): -10219114 or 9834852. OLE color: 9834852.

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

Color convert

RGB10017150-
CMYK0.330.8900.41
HSL277.44º79.64%32.75%-
HSV(B)277.44º88.67%58.82%-
XYZ10.965.3129.3-
YUV56.98180.5158.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 150 (58.98% from 255) = 56.18%
R=37.45%
G=6.37%
B=56.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100171500.330.8900.41277.4479.6432.75
Hex64119621590291155021
Octal144212264113105142512041
Binary11001001000110010110100001101100101010011000101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641196; }

 p { color: rgb(100,17,150); }

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

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

 a { background-color: rgb(100,17,150); }

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

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

 span { border-color: rgb(100,17,150); }

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