#641280

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

Shades of Indigo #641280

Tints of Indigo #641280

Color information

#641280 (or 0x641280) is unknown color: approx Indigo. HEX triplet: 64, 12 and 80. RGB value is (100,18,128). Sum of RGB (Red+Green+Blue) = 100+18+128=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #641280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641280 is #9BED7F. Grayscale: #363636. Windows color (decimal): -10218880 or 8393316. OLE color: 8393316.

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

Color convert

RGB10018128-
CMYK0.220.8600.50
HSL284.73º75.34%28.63%-
HSV(B)284.73º85.94%50.2%-
XYZ9.374.720.84-
YUV55.06169.17160.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=40.65%
G=7.32%
B=52.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100181280.220.8600.50284.7375.3428.63
Hex641280165603211d4b1d
Octal144222002612606243511335
Binary110010010010100000001011010101100110010100011101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641280; }

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

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

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

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

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

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

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

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