#400590

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

Shades of Indigo #400590

Tints of Indigo #400590

Color information

#400590 (or 0x400590) is unknown color: approx Indigo. HEX triplet: 40, 05 and 90. RGB value is (64,5,144). Sum of RGB (Red+Green+Blue) = 64+5+144=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #400590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400590 is #BFFA6F. Grayscale: #252525. Windows color (decimal): -12581488 or 9438528. OLE color: 9438528.

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

Color convert

RGB645144-
CMYK0.560.9700.44
HSL265.47º93.29%29.22%-
HSV(B)265.47º96.53%56.47%-
XYZ7.23.2126.63-
YUV38.49187.55146.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 144 (56.64% from 255) = 67.61%
R=30.05%
G=2.35%
B=67.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6451440.560.9700.44265.4793.2929.22
Hex40590386102C1095d1d
Octal10052207014105441113535
Binary10000001011001000011100011000010101100100001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400590; }

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

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

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

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

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

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

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

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