#641799

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

Shades of Indigo #641799

Tints of Indigo #641799

Color information

#641799 (or 0x641799) is unknown color: approx Indigo. HEX triplet: 64, 17 and 99. RGB value is (100,23,153). Sum of RGB (Red+Green+Blue) = 100+23+153=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #641799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641799 is #9BE866. Grayscale: #3C3C3C. Windows color (decimal): -10217575 or 10032996. OLE color: 10032996.

HSL color Cylindrical-coordinate representation of color #641799: hue angle of 275.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641799 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10023153-
CMYK0.350.8500.4
HSL275.54º73.86%34.51%-
HSV(B)275.54º84.97%60%-
XYZ11.315.6230.63-
YUV60.84180.01155.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 23 (9.38% from 255) = 8.33%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=36.23%
G=8.33%
B=55.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100231530.350.8500.4275.5473.8634.51
Hex64179923550281144a23
Octal144272314312505042411243
Binary11001001011110011001100011101010101010001000101001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641799; }

 p { color: rgb(100,23,153); }

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

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

 a { background-color: rgb(100,23,153); }

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

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

 span { border-color: rgb(100,23,153); }

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