#64007D

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

Shades of Indigo #64007D

Tints of Indigo #64007D

Color information

#64007D (or 0x64007D) is unknown color: approx Indigo. HEX triplet: 64, 00 and 7D. RGB value is (100,0,125). Sum of RGB (Red+Green+Blue) = 100+0+125=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #64007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64007D is #9BFF82. Grayscale: #2B2B2B. Windows color (decimal): -10223491 or 8192100. OLE color: 8192100.

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

Color convert

RGB1000125-
CMYK0.2100.51
HSL288º100%24.51%-
HSV(B)288º100%49.02%-
XYZ8.964.1919.74-
YUV44.15173.63167.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10001250.2100.5128810024.51
Hex6407D14640331206419
Octal14401752414406344014431
Binary1100100011111011010011001000110011100100000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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