#641696

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

Shades of Indigo #641696

Tints of Indigo #641696

Color information

#641696 (or 0x641696) is unknown color: approx Indigo. HEX triplet: 64, 16 and 96. RGB value is (100,22,150). Sum of RGB (Red+Green+Blue) = 100+22+150=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #641696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641696 is #9BE969. Grayscale: #3B3B3B. Windows color (decimal): -10217834 or 9836132. OLE color: 9836132.

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

Color convert

RGB10022150-
CMYK0.330.8500.41
HSL276.56º74.42%33.73%-
HSV(B)276.56º85.33%58.82%-
XYZ11.055.4929.33-
YUV59.91178.84156.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 22 (8.98% from 255) = 8.09%
BLUE value IS 150 (58.98% from 255) = 55.15%
R=36.76%
G=8.09%
B=55.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100221500.330.8500.41276.5674.4233.73
Hex64169621550291154a22
Octal144262264112505142511242
Binary11001001011010010110100001101010101010011000101011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641696; }

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

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

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

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

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

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

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

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