#641293

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

Shades of Indigo #641293

Tints of Indigo #641293

Color information

#641293 (or 0x641293) is unknown color: approx Indigo. HEX triplet: 64, 12 and 93. RGB value is (100,18,147). Sum of RGB (Red+Green+Blue) = 100+18+147=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #641293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641293 is #9BED6C. Grayscale: #383838. Windows color (decimal): -10218861 or 9638500. OLE color: 9638500.

HSL color Cylindrical-coordinate representation of color #641293: hue angle of 278.14º degrees, saturation: 0.78, 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 #641293 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10018147-
CMYK0.320.8800.42
HSL278.14º78.18%32.35%-
HSV(B)278.14º87.76%57.65%-
XYZ10.745.2528.05-
YUV57.22178.67158.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=37.74%
G=6.79%
B=55.47%

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
Decimal100181470.320.8800.42278.1478.1832.35
Hex641293205802A1164e20
Octal144222234013005242611640
Binary11001001001010010011100000101100001010101000101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641293; }

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

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

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

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

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

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

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

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