#64117F

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

Shades of Indigo #64117F

Tints of Indigo #64117F

Color information

#64117F (or 0x64117F) is unknown color: approx Indigo. HEX triplet: 64, 11 and 7F. RGB value is (100,17,127). Sum of RGB (Red+Green+Blue) = 100+17+127=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #64117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64117F is #9BEE80. Grayscale: #363636. Windows color (decimal): -10219137 or 8327524. OLE color: 8327524.

HSL color Cylindrical-coordinate representation of color #64117F: hue angle of 285.27º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64117F is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10017127-
CMYK0.210.8700.50
HSL285.27º76.39%28.24%-
HSV(B)285.27º86.61%49.8%-
XYZ9.294.6420.49-
YUV54.36169160.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.98%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 127 (50% from 255) = 52.05%
R=40.98%
G=6.97%
B=52.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100171270.210.8700.50285.2776.3928.24
Hex64117F155703211d4c1c
Octal144211772512706243511434
Binary11001001000111111111010110101110110010100011101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64117F; }

 p { color: rgb(100,17,127); }

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

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

 a { background-color: rgb(100,17,127); }

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

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

 span { border-color: rgb(100,17,127); }

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