#40005E

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

Shades of Indigo #40005E

Tints of Indigo #40005E

Color information

#40005E (or 0x40005E) is unknown color: approx Indigo. HEX triplet: 40, 00 and 5E. RGB value is (64,0,94). Sum of RGB (Red+Green+Blue) = 64+0+94=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #40005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40005E is #BFFFA1. Grayscale: #1D1D1D. Windows color (decimal): -12582818 or 6160448. OLE color: 6160448.

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

Color convert

RGB64094-
CMYK0.32100.63
HSL280.85º100%18.43%-
HSV(B)280.85º100%36.86%-
XYZ4.131.910.74-
YUV29.85164.2152.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 59.49%
R=40.51%
G=0%
B=59.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal640940.32100.63280.8510018.43
Hex4005E206403F1196412
Octal10001364014407743114422
Binary10000000101111010000011001000111111100011001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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