#40005B

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

Shades of Indigo #40005B

Tints of Indigo #40005B

Color information

#40005B (or 0x40005B) is unknown color: approx Indigo. HEX triplet: 40, 00 and 5B. RGB value is (64,0,91). Sum of RGB (Red+Green+Blue) = 64+0+91=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #40005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40005B is #BFFFA4. Grayscale: #1D1D1D. Windows color (decimal): -12582821 or 5963840. OLE color: 5963840.

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

Color convert

RGB64091-
CMYK0.30100.64
HSL282.2º100%17.84%-
HSV(B)282.2º100%35.69%-
XYZ41.8510.04-
YUV29.51162.7152.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=41.29%
G=0%
B=58.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal640910.30100.64282.210017.84
Hex4005B1E6404011a6412
Octal100013336144010043214422
Binary10000000101101111110110010001000000100011010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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