#400573

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

Shades of Indigo #400573

Tints of Indigo #400573

Color information

#400573 (or 0x400573) is unknown color: approx Indigo. HEX triplet: 40, 05 and 73. RGB value is (64,5,115). Sum of RGB (Red+Green+Blue) = 64+5+115=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #400573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400573 is #BFFA8C. Grayscale: #222222. Windows color (decimal): -12581517 or 7537984. OLE color: 7537984.

HSL color Cylindrical-coordinate representation of color #400573: hue angle of 272.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400573 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB645115-
CMYK0.440.9600.55
HSL272.18º91.67%23.53%-
HSV(B)272.18º95.65%45.1%-
XYZ5.262.4416.41-
YUV35.18173.05148.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=34.78%
G=2.72%
B=62.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6451150.440.9600.55272.1891.6723.53
Hex405732C600371105c18
Octal10051635414006742013430
Binary1000000101111001110110011000000110111100010000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400573; }

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

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

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

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

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

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

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

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