#64018E

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

Shades of Indigo #64018E

Tints of Indigo #64018E

Color information

#64018E (or 0x64018E) is unknown color: approx Indigo. HEX triplet: 64, 01 and 8E. RGB value is (100,1,142). Sum of RGB (Red+Green+Blue) = 100+1+142=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #64018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64018E is #9BFE71. Grayscale: #2E2E2E. Windows color (decimal): -10223218 or 9306468. OLE color: 9306468.

HSL color Cylindrical-coordinate representation of color #64018E: hue angle of 282.13º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64018E is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1001142-
CMYK0.300.9900.44
HSL282.13º98.6%28.04%-
HSV(B)282.13º99.3%55.69%-
XYZ10.154.6825.96-
YUV46.68181.8166.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.15%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=41.15%
G=0.41%
B=58.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10011420.300.9900.44282.1398.628.04
Hex6418E1E6302C11a631c
Octal14412163614305443214334
Binary11001001100011101111011000110101100100011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,1,142); }

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

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

 a { background-color: rgb(100,1,142); }

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

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

 span { border-color: rgb(100,1,142); }

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