#641382

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

Shades of Indigo #641382

Tints of Indigo #641382

Color information

#641382 (or 0x641382) is unknown color: approx Indigo. HEX triplet: 64, 13 and 82. RGB value is (100,19,130). Sum of RGB (Red+Green+Blue) = 100+19+130=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #641382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641382 is #9BEC7D. Grayscale: #373737. Windows color (decimal): -10218622 or 8524644. OLE color: 8524644.

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

Color convert

RGB10019130-
CMYK0.230.8500.49
HSL283.78º74.5%29.22%-
HSV(B)283.78º85.38%50.98%-
XYZ9.524.7921.54-
YUV55.87169.84159.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=40.16%
G=7.63%
B=52.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100191300.230.8500.49283.7874.529.22
Hex641382175503111c4a1d
Octal144232022712506143411235
Binary110010010011100000101011110101010110001100011100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641382; }

 p { color: rgb(100,19,130); }

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

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

 a { background-color: rgb(100,19,130); }

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

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

 span { border-color: rgb(100,19,130); }

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