#641695

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

Shades of Indigo #641695

Tints of Indigo #641695

Color information

#641695 (or 0x641695) is unknown color: approx Indigo. HEX triplet: 64, 16 and 95. RGB value is (100,22,149). Sum of RGB (Red+Green+Blue) = 100+22+149=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #641695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641695 is #9BE96A. Grayscale: #3B3B3B. Windows color (decimal): -10217835 or 9770596. OLE color: 9770596.

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

Color convert

RGB10022149-
CMYK0.330.8500.42
HSL276.85º74.27%33.53%-
HSV(B)276.85º85.23%58.43%-
XYZ10.975.4528.91-
YUV59.8178.34156.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=36.90%
G=8.12%
B=54.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100221490.330.8500.42276.8574.2733.53
Hex641695215502A1154a22
Octal144262254112505242511242
Binary11001001011010010101100001101010101010101000101011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641695; }

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

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

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

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

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

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

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

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