#64007C

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

Shades of Indigo #64007C

Tints of Indigo #64007C

Color information

#64007C (or 0x64007C) is unknown color: approx Indigo. HEX triplet: 64, 00 and 7C. RGB value is (100,0,124). Sum of RGB (Red+Green+Blue) = 100+0+124=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #64007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64007C is #9BFF83. Grayscale: #2B2B2B. Windows color (decimal): -10223492 or 8126564. OLE color: 8126564.

HSL color Cylindrical-coordinate representation of color #64007C: hue angle of 288.39º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64007C is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1000124-
CMYK0.19100.51
HSL288.39º100%24.31%-
HSV(B)288.39º100%48.63%-
XYZ8.894.1619.4-
YUV44.04173.13167.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 55.36%
R=44.64%
G=0%
B=55.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10001240.19100.51288.3910024.31
Hex6407C13640331206418
Octal14401742314406344014430
Binary1100100011111001001111001000110011100100000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64007C; }

 p { color: rgb(100,0,124); }

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

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

 a { background-color: rgb(100,0,124); }

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

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

 span { border-color: rgb(100,0,124); }

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