#40006E

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

Shades of Indigo #40006E

Tints of Indigo #40006E

Color information

#40006E (or 0x40006E) is unknown color: approx Indigo. HEX triplet: 40, 00 and 6E. RGB value is (64,0,110). Sum of RGB (Red+Green+Blue) = 64+0+110=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #40006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40006E is #BFFF91. Grayscale: #1F1F1F. Windows color (decimal): -12582802 or 7209024. OLE color: 7209024.

HSL color Cylindrical-coordinate representation of color #40006E: hue angle of 274.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40006E is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB640110-
CMYK0.42100.57
HSL274.91º100%21.57%-
HSV(B)274.91º100%43.14%-
XYZ4.932.2214.92-
YUV31.68172.2151.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 63.22%
R=36.78%
G=0%
B=63.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6401100.42100.57274.9110021.57
Hex4006E2A640391136416
Octal10001565214407142314426
Binary10000000110111010101011001000111001100010011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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