#40096F

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

Shades of Indigo #40096F

Tints of Indigo #40096F

Color information

#40096F (or 0x40096F) is unknown color: approx Indigo. HEX triplet: 40, 09 and 6F. RGB value is (64,9,111). Sum of RGB (Red+Green+Blue) = 64+9+111=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #40096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40096F is #BFF690. Grayscale: #242424. Windows color (decimal): -12580497 or 7276864. OLE color: 7276864.

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

Color convert

RGB649111-
CMYK0.420.9200.56
HSL272.35º85%23.53%-
HSV(B)272.35º91.89%43.53%-
XYZ5.082.4315.24-
YUV37.07169.72147.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 111 (43.75% from 255) = 60.33%
R=34.78%
G=4.89%
B=60.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6491110.420.9200.56272.358523.53
Hex4096F2A5C0381105518
Octal100111575213407042012530
Binary10000001001110111110101010111000111000100010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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