#40076F

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

Shades of Indigo #40076F

Tints of Indigo #40076F

Color information

#40076F (or 0x40076F) is unknown color: approx Indigo. HEX triplet: 40, 07 and 6F. RGB value is (64,7,111). Sum of RGB (Red+Green+Blue) = 64+7+111=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #40076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40076F is #BFF890. Grayscale: #232323. Windows color (decimal): -12581009 or 7276352. OLE color: 7276352.

HSL color Cylindrical-coordinate representation of color #40076F: hue angle of 272.88º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40076F is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB647111-
CMYK0.420.9400.56
HSL272.88º88.14%23.14%-
HSV(B)272.88º93.69%43.53%-
XYZ5.062.3915.23-
YUV35.9170.38148.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 111 (43.75% from 255) = 60.99%
R=35.16%
G=3.85%
B=60.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6471110.420.9400.56272.8888.1423.14
Hex4076F2A5E0381115817
Octal10071575213607042113027
Binary1000000111110111110101010111100111000100010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40076F; }

 p { color: rgb(64,7,111); }

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

<style>
 a { background-color: #40076F; }

 a { background-color: rgb(64,7,111); }

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

<style>
 span { border-color: #40076F; }

 span { border-color: rgb(64,7,111); }

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