#641095

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

Shades of Indigo #641095

Tints of Indigo #641095

Color information

#641095 (or 0x641095) is unknown color: approx Indigo. HEX triplet: 64, 10 and 95. RGB value is (100,16,149). Sum of RGB (Red+Green+Blue) = 100+16+149=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #641095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641095 is #9BEF6A. Grayscale: #373737. Windows color (decimal): -10219371 or 9769060. OLE color: 9769060.

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

Color convert

RGB10016149-
CMYK0.330.8900.42
HSL277.89º80.61%32.35%-
HSV(B)277.89º89.26%58.43%-
XYZ10.875.2528.87-
YUV56.28180.33159.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=37.74%
G=6.04%
B=56.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100161490.330.8900.42277.8980.6132.35
Hex641095215902A1165120
Octal144202254113105242612140
Binary11001001000010010101100001101100101010101000101101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641095; }

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

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

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

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

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

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

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

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