#40038F

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

Shades of Indigo #40038F

Tints of Indigo #40038F

Color information

#40038F (or 0x40038F) is unknown color: approx Indigo. HEX triplet: 40, 03 and 8F. RGB value is (64,3,143). Sum of RGB (Red+Green+Blue) = 64+3+143=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #40038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40038F is #BFFC70. Grayscale: #242424. Windows color (decimal): -12582001 or 9372480. OLE color: 9372480.

HSL color Cylindrical-coordinate representation of color #40038F: hue angle of 266.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40038F is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB643143-
CMYK0.550.9800.44
HSL266.14º95.89%28.63%-
HSV(B)266.14º97.9%56.08%-
XYZ7.13.1426.22-
YUV37.2187.71147.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 143 (56.25% from 255) = 68.10%
R=30.48%
G=1.43%
B=68.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6431430.550.9800.44266.1495.8928.63
Hex4038F376202C10a601d
Octal10032176714205441214035
Binary1000000111000111111011111000100101100100001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,3,143); }

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

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

 a { background-color: rgb(64,3,143); }

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

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

 span { border-color: rgb(64,3,143); }

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