#40006C

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

Shades of Indigo #40006C

Tints of Indigo #40006C

Color information

#40006C (or 0x40006C) is unknown color: approx Indigo. HEX triplet: 40, 00 and 6C. RGB value is (64,0,108). Sum of RGB (Red+Green+Blue) = 64+0+108=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #40006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40006C is #BFFF93. Grayscale: #1F1F1F. Windows color (decimal): -12582804 or 7077952. OLE color: 7077952.

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

Color convert

RGB640108-
CMYK0.41100.58
HSL275.56º100%21.18%-
HSV(B)275.56º100%42.35%-
XYZ4.822.1714.35-
YUV31.45171.2151.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 62.79%
R=37.21%
G=0%
B=62.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6401080.41100.58275.5610021.18
Hex4006C296403A1146415
Octal10001545114407242414425
Binary10000000110110010100111001000111010100010100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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