#400594

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

Shades of Indigo #400594

Tints of Indigo #400594

Color information

#400594 (or 0x400594) is unknown color: approx Indigo. HEX triplet: 40, 05 and 94. RGB value is (64,5,148). Sum of RGB (Red+Green+Blue) = 64+5+148=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #400594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400594 is #BFFA6B. Grayscale: #262626. Windows color (decimal): -12581484 or 9700672. OLE color: 9700672.

HSL color Cylindrical-coordinate representation of color #400594: hue angle of 264.76º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400594 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB645148-
CMYK0.570.9700.42
HSL264.76º93.46%30%-
HSV(B)264.76º96.62%58.04%-
XYZ7.513.3428.26-
YUV38.94189.55145.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 148 (58.20% from 255) = 68.20%
R=29.49%
G=2.30%
B=68.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6451480.570.9700.42264.7693.4630
Hex40594396102A1095d1e
Octal10052247114105241113536
Binary10000001011001010011100111000010101010100001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400594; }

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

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

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

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

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

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

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

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