#641493

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

Shades of Indigo #641493

Tints of Indigo #641493

Color information

#641493 (or 0x641493) is unknown color: approx Indigo. HEX triplet: 64, 14 and 93. RGB value is (100,20,147). Sum of RGB (Red+Green+Blue) = 100+20+147=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #641493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641493 is #9BEB6C. Grayscale: #393939. Windows color (decimal): -10218349 or 9639012. OLE color: 9639012.

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

Color convert

RGB10020147-
CMYK0.320.8600.42
HSL277.8º76.05%32.75%-
HSV(B)277.8º86.39%57.65%-
XYZ10.775.3228.06-
YUV58.4178157.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 20 (8.20% from 255) = 7.49%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=37.45%
G=7.49%
B=55.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100201470.320.8600.42277.876.0532.75
Hex641493205602A1164c21
Octal144242234012605242611441
Binary11001001010010010011100000101011001010101000101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641493; }

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

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

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

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

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

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

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

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