#40048D

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

Shades of Indigo #40048D

Tints of Indigo #40048D

Color information

#40048D (or 0x40048D) is unknown color: approx Indigo. HEX triplet: 40, 04 and 8D. RGB value is (64,4,141). Sum of RGB (Red+Green+Blue) = 64+4+141=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #40048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40048D is #BFFB72. Grayscale: #252525. Windows color (decimal): -12581747 or 9241664. OLE color: 9241664.

HSL color Cylindrical-coordinate representation of color #40048D: hue angle of 266.28º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40048D is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB644141-
CMYK0.550.9700.45
HSL266.28º94.48%28.43%-
HSV(B)266.28º97.16%55.29%-
XYZ6.973.125.43-
YUV37.56186.38146.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 141 (55.47% from 255) = 67.46%
R=30.62%
G=1.91%
B=67.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6441410.550.9700.45266.2894.4828.43
Hex4048D376102D10a5e1c
Octal10042156714105541213634
Binary10000001001000110111011111000010101101100001010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,4,141); }

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

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

 a { background-color: rgb(64,4,141); }

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

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

 span { border-color: rgb(64,4,141); }

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