#40086D

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

Shades of Indigo #40086D

Tints of Indigo #40086D

Color information

#40086D (or 0x40086D) is unknown color: approx Indigo. HEX triplet: 40, 08 and 6D. RGB value is (64,8,109). Sum of RGB (Red+Green+Blue) = 64+8+109=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #40086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40086D is #BFF792. Grayscale: #232323. Windows color (decimal): -12580755 or 7145536. OLE color: 7145536.

HSL color Cylindrical-coordinate representation of color #40086D: hue angle of 273.27º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40086D is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB648109-
CMYK0.410.9300.57
HSL273.27º86.32%22.94%-
HSV(B)273.27º92.66%42.75%-
XYZ4.962.3714.66-
YUV36.26169.05147.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 8 (3.52% from 255) = 4.42%
BLUE value IS 109 (42.97% from 255) = 60.22%
R=35.36%
G=4.42%
B=60.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6481090.410.9300.57273.2786.3222.94
Hex4086D295D0391115617
Octal100101555113507142112627
Binary10000001000110110110100110111010111001100010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40086D; }

 p { color: rgb(64,8,109); }

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

<style>
 a { background-color: #40086D; }

 a { background-color: rgb(64,8,109); }

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

<style>
 span { border-color: #40086D; }

 span { border-color: rgb(64,8,109); }

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