#641193

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

Shades of Indigo #641193

Tints of Indigo #641193

Color information

#641193 (or 0x641193) is unknown color: approx Indigo. HEX triplet: 64, 11 and 93. RGB value is (100,17,147). Sum of RGB (Red+Green+Blue) = 100+17+147=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #641193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641193 is #9BEE6C. Grayscale: #383838. Windows color (decimal): -10219117 or 9638244. OLE color: 9638244.

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

Color convert

RGB10017147-
CMYK0.320.8800.42
HSL278.31º79.27%32.16%-
HSV(B)278.31º88.44%57.65%-
XYZ10.725.2228.05-
YUV56.64179158.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 17 (7.03% from 255) = 6.44%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=37.88%
G=6.44%
B=55.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100171470.320.8800.42278.3179.2732.16
Hex641193205802A1164f20
Octal144212234013005242611740
Binary11001001000110010011100000101100001010101000101101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641193; }

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

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

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

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

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

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

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

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