#641481

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

Shades of Indigo #641481

Tints of Indigo #641481

Color information

#641481 (or 0x641481) is unknown color: approx Indigo. HEX triplet: 64, 14 and 81. RGB value is (100,20,129). Sum of RGB (Red+Green+Blue) = 100+20+129=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #641481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641481 is #9BEB7E. Grayscale: #373737. Windows color (decimal): -10218367 or 8459364. OLE color: 8459364.

HSL color Cylindrical-coordinate representation of color #641481: hue angle of 284.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641481 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10020129-
CMYK0.220.8400.49
HSL284.04º73.15%29.22%-
HSV(B)284.04º84.5%50.59%-
XYZ9.474.7921.2-
YUV56.35169159.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=40.16%
G=8.03%
B=51.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100201290.220.8400.49284.0473.1529.22
Hex641481165403111c491d
Octal144242012612406143411135
Binary110010010100100000011011010101000110001100011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641481; }

 p { color: rgb(100,20,129); }

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

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

 a { background-color: rgb(100,20,129); }

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

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

 span { border-color: rgb(100,20,129); }

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