#40076A

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

Shades of Indigo #40076A

Tints of Indigo #40076A

Color information

#40076A (or 0x40076A) is unknown color: approx Indigo. HEX triplet: 40, 07 and 6A. RGB value is (64,7,106). Sum of RGB (Red+Green+Blue) = 64+7+106=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #40076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40076A is #BFF895. Grayscale: #222222. Windows color (decimal): -12581014 or 6948672. OLE color: 6948672.

HSL color Cylindrical-coordinate representation of color #40076A: hue angle of 274.55º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40076A is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB647106-
CMYK0.400.9300.58
HSL274.55º87.61%22.16%-
HSV(B)274.55º93.4%41.57%-
XYZ4.792.2813.82-
YUV35.33167.88148.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 106 (41.80% from 255) = 59.89%
R=36.16%
G=3.95%
B=59.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6471060.400.9300.58274.5587.6122.16
Hex4076A285D03A1135816
Octal10071525013507242313026
Binary1000000111110101010100010111010111010100010011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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