#40066F

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

Shades of Indigo #40066F

Tints of Indigo #40066F

Color information

#40066F (or 0x40066F) is unknown color: approx Indigo. HEX triplet: 40, 06 and 6F. RGB value is (64,6,111). Sum of RGB (Red+Green+Blue) = 64+6+111=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #40066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40066F is #BFF990. Grayscale: #222222. Windows color (decimal): -12581265 or 7276096. OLE color: 7276096.

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

Color convert

RGB646111-
CMYK0.420.9500.56
HSL273.14º89.74%22.94%-
HSV(B)273.14º94.59%43.53%-
XYZ5.052.3715.23-
YUV35.31170.72148.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 111 (43.75% from 255) = 61.33%
R=35.36%
G=3.31%
B=61.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6461110.420.9500.56273.1489.7422.94
Hex4066F2A5F0381115a17
Octal10061575213707042113227
Binary1000000110110111110101010111110111000100010001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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