#40096C

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

Shades of Indigo #40096C

Tints of Indigo #40096C

Color information

#40096C (or 0x40096C) is unknown color: approx Indigo. HEX triplet: 40, 09 and 6C. RGB value is (64,9,108). Sum of RGB (Red+Green+Blue) = 64+9+108=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #40096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40096C is #BFF693. Grayscale: #242424. Windows color (decimal): -12580500 or 7080256. OLE color: 7080256.

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

Color convert

RGB649108-
CMYK0.410.9200.58
HSL273.33º84.62%22.94%-
HSV(B)273.33º91.67%42.35%-
XYZ4.922.3714.39-
YUV36.73168.22147.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=35.36%
G=4.97%
B=59.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6491080.410.9200.58273.3384.6222.94
Hex4096C295C03A1115517
Octal100111545113407242112527
Binary10000001001110110010100110111000111010100010001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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