#40017C

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

Shades of Indigo #40017C

Tints of Indigo #40017C

Color information

#40017C (or 0x40017C) is unknown color: approx Indigo. HEX triplet: 40, 01 and 7C. RGB value is (64,1,124). Sum of RGB (Red+Green+Blue) = 64+1+124=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #40017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40017C is #BFFE83. Grayscale: #212121. Windows color (decimal): -12582532 or 8126784. OLE color: 8126784.

HSL color Cylindrical-coordinate representation of color #40017C: hue angle of 270.73º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40017C is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB641124-
CMYK0.480.9900.51
HSL270.73º98.4%24.51%-
HSV(B)270.73º99.19%48.63%-
XYZ5.762.5719.26-
YUV33.86178.87149.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 124 (48.83% from 255) = 65.61%
R=33.86%
G=0.53%
B=65.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6411240.480.9900.51270.7398.424.51
Hex4017C306303310f6219
Octal10011746014306341714231
Binary10000001111110011000011000110110011100001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,1,124); }

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

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

 a { background-color: rgb(64,1,124); }

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

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

 span { border-color: rgb(64,1,124); }

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