#40015E

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

Shades of Indigo #40015E

Tints of Indigo #40015E

Color information

#40015E (or 0x40015E) is unknown color: approx Indigo. HEX triplet: 40, 01 and 5E. RGB value is (64,1,94). Sum of RGB (Red+Green+Blue) = 64+1+94=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #40015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40015E is #BFFEA1. Grayscale: #1E1E1E. Windows color (decimal): -12582562 or 6160704. OLE color: 6160704.

HSL color Cylindrical-coordinate representation of color #40015E: hue angle of 280.65º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40015E is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB64194-
CMYK0.320.9900.63
HSL280.65º97.89%18.63%-
HSV(B)280.65º98.94%36.86%-
XYZ4.151.9210.74-
YUV30.44163.87151.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 94 (37.11% from 255) = 59.12%
R=40.25%
G=0.63%
B=59.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal641940.320.9900.63280.6597.8918.63
Hex4015E206303F1196213
Octal10011364014307743114223
Binary10000001101111010000011000110111111100011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,1,94); }

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

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

 a { background-color: rgb(64,1,94); }

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

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

 span { border-color: rgb(64,1,94); }

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