#641180

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

Shades of Indigo #641180

Tints of Indigo #641180

Color information

#641180 (or 0x641180) is unknown color: approx Indigo. HEX triplet: 64, 11 and 80. RGB value is (100,17,128). Sum of RGB (Red+Green+Blue) = 100+17+128=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #641180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641180 is #9BEE7F. Grayscale: #363636. Windows color (decimal): -10219136 or 8393060. OLE color: 8393060.

HSL color Cylindrical-coordinate representation of color #641180: hue angle of 284.86º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641180 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10017128-
CMYK0.220.8700.50
HSL284.86º76.55%28.43%-
HSV(B)284.86º86.72%50.2%-
XYZ9.354.6720.83-
YUV54.47169.5160.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 128 (50.39% from 255) = 52.24%
R=40.82%
G=6.94%
B=52.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100171280.220.8700.50284.8676.5528.43
Hex641180165703211d4d1c
Octal144212002612706243511534
Binary110010010001100000001011010101110110010100011101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641180; }

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

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

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

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

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

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

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

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