#40086F

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

Shades of Indigo #40086F

Tints of Indigo #40086F

Color information

#40086F (or 0x40086F) is unknown color: approx Indigo. HEX triplet: 40, 08 and 6F. RGB value is (64,8,111). Sum of RGB (Red+Green+Blue) = 64+8+111=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #40086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40086F is #BFF790. Grayscale: #242424. Windows color (decimal): -12580753 or 7276608. OLE color: 7276608.

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

Color convert

RGB648111-
CMYK0.420.9300.56
HSL272.62º86.55%23.33%-
HSV(B)272.62º92.79%43.53%-
XYZ5.072.4115.24-
YUV36.49170.05147.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 111 (43.75% from 255) = 60.66%
R=34.97%
G=4.37%
B=60.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6481110.420.9300.56272.6286.5523.33
Hex4086F2A5D0381115717
Octal100101575213507042112727
Binary10000001000110111110101010111010111000100010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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