#64159E

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

Shades of Indigo #64159E

Tints of Indigo #64159E

Color information

#64159E (or 0x64159E) is unknown color: approx Indigo. HEX triplet: 64, 15 and 9E. RGB value is (100,21,158). Sum of RGB (Red+Green+Blue) = 100+21+158=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #64159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64159E is #9BEA61. Grayscale: #3B3B3B. Windows color (decimal): -10218082 or 10360164. OLE color: 10360164.

HSL color Cylindrical-coordinate representation of color #64159E: hue angle of 274.6º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64159E is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10021158-
CMYK0.370.8700.38
HSL274.6º76.54%35.1%-
HSV(B)274.6º86.71%61.96%-
XYZ11.75.7132.83-
YUV60.24183.17156.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=35.84%
G=7.53%
B=56.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100211580.370.8700.38274.676.5435.1
Hex64159E25570261134d23
Octal144252364512704642311543
Binary11001001010110011110100101101011101001101000100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64159E; }

 p { color: rgb(100,21,158); }

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

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

 a { background-color: rgb(100,21,158); }

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

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

 span { border-color: rgb(100,21,158); }

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