#64038E

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

Shades of Indigo #64038E

Tints of Indigo #64038E

Color information

#64038E (or 0x64038E) is unknown color: approx Indigo. HEX triplet: 64, 03 and 8E. RGB value is (100,3,142). Sum of RGB (Red+Green+Blue) = 100+3+142=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #64038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64038E is #9BFC71. Grayscale: #2F2F2F. Windows color (decimal): -10222706 or 9306980. OLE color: 9306980.

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

Color convert

RGB1003142-
CMYK0.300.9800.44
HSL281.87º95.86%28.43%-
HSV(B)281.87º97.89%55.69%-
XYZ10.174.7325.97-
YUV47.85181.14165.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=40.82%
G=1.22%
B=57.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10031420.300.9800.44281.8795.8628.43
Hex6438E1E6202C11a601c
Octal14432163614205443214034
Binary110010011100011101111011000100101100100011010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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