#64079D

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

Shades of Indigo #64079D

Tints of Indigo #64079D

Color information

#64079D (or 0x64079D) is unknown color: approx Indigo. HEX triplet: 64, 07 and 9D. RGB value is (100,7,157). Sum of RGB (Red+Green+Blue) = 100+7+157=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #64079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64079D is #9BF862. Grayscale: #333333. Windows color (decimal): -10221667 or 10291044. OLE color: 10291044.

HSL color Cylindrical-coordinate representation of color #64079D: hue angle of 277.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64079D is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1007157-
CMYK0.360.9600.38
HSL277.2º91.46%32.16%-
HSV(B)277.2º95.54%61.57%-
XYZ11.425.332.32-
YUV51.91187.31162.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 7 (3.12% from 255) = 2.65%
BLUE value IS 157 (61.72% from 255) = 59.47%
R=37.88%
G=2.65%
B=59.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10071570.360.9600.38277.291.4632.16
Hex6479D24600261155b20
Octal14472354414004642513340
Binary110010011110011101100100110000001001101000101011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64079D; }

 p { color: rgb(100,7,157); }

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

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

 a { background-color: rgb(100,7,157); }

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

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

 span { border-color: rgb(100,7,157); }

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