#64038D

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

Shades of Indigo #64038D

Tints of Indigo #64038D

Color information

#64038D (or 0x64038D) is unknown color: approx Indigo. HEX triplet: 64, 03 and 8D. RGB value is (100,3,141). Sum of RGB (Red+Green+Blue) = 100+3+141=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #64038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64038D is #9BFC72. Grayscale: #2F2F2F. Windows color (decimal): -10222707 or 9241444. OLE color: 9241444.

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

Color convert

RGB1003141-
CMYK0.290.9800.45
HSL282.17º95.83%28.24%-
HSV(B)282.17º97.87%55.29%-
XYZ10.14.725.57-
YUV47.74180.64165.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.98%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=40.98%
G=1.23%
B=57.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10031410.290.9800.45282.1795.8328.24
Hex6438D1D6202D11a601c
Octal14432153514205543214034
Binary110010011100011011110111000100101101100011010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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