#40057A

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

Shades of Indigo #40057A

Tints of Indigo #40057A

Color information

#40057A (or 0x40057A) is unknown color: approx Indigo. HEX triplet: 40, 05 and 7A. RGB value is (64,5,122). Sum of RGB (Red+Green+Blue) = 64+5+122=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #40057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40057A is #BFFA85. Grayscale: #232323. Windows color (decimal): -12581510 or 7996736. OLE color: 7996736.

HSL color Cylindrical-coordinate representation of color #40057A: hue angle of 270.26º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40057A is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB645122-
CMYK0.480.9600.52
HSL270.26º92.13%24.9%-
HSV(B)270.26º95.9%47.84%-
XYZ5.682.618.62-
YUV35.98176.55147.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 122 (48.05% from 255) = 63.87%
R=33.51%
G=2.62%
B=63.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6451220.480.9600.52270.2692.1324.9
Hex4057A306003410e5c19
Octal10051726014006441613431
Binary1000000101111101011000011000000110100100001110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,5,122); }

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

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

 a { background-color: rgb(64,5,122); }

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

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

 span { border-color: rgb(64,5,122); }

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