#40039A

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

Shades of Indigo #40039A

Tints of Indigo #40039A

Color information

#40039A (or 0x40039A) is unknown color: approx Indigo. HEX triplet: 40, 03 and 9A. RGB value is (64,3,154). Sum of RGB (Red+Green+Blue) = 64+3+154=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #40039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40039A is #BFFC65. Grayscale: #252525. Windows color (decimal): -12581990 or 10093376. OLE color: 10093376.

HSL color Cylindrical-coordinate representation of color #40039A: hue angle of 264.24º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40039A is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB643154-
CMYK0.580.9800.40
HSL264.24º96.18%30.78%-
HSV(B)264.24º98.05%60.39%-
XYZ7.983.4930.82-
YUV38.45193.21146.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 154 (60.55% from 255) = 69.68%
R=28.96%
G=1.36%
B=69.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6431540.580.9800.40264.2496.1830.78
Hex4039A3A62028108601f
Octal10032327214205041014037
Binary1000000111001101011101011000100101000100001000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40039A; }

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

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

<style>
 a { background-color: #40039A; }

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

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

<style>
 span { border-color: #40039A; }

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

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