#400586

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

Shades of Indigo #400586

Tints of Indigo #400586

Color information

#400586 (or 0x400586) is unknown color: approx Indigo. HEX triplet: 40, 05 and 86. RGB value is (64,5,134). Sum of RGB (Red+Green+Blue) = 64+5+134=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #400586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400586 is #BFFA79. Grayscale: #242424. Windows color (decimal): -12581498 or 8783168. OLE color: 8783168.

HSL color Cylindrical-coordinate representation of color #400586: hue angle of 267.44º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400586 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB645134-
CMYK0.520.9600.47
HSL267.44º92.81%27.25%-
HSV(B)267.44º96.27%52.55%-
XYZ6.472.9222.78-
YUV37.35182.55147.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 134 (52.73% from 255) = 66.01%
R=31.53%
G=2.46%
B=66.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6451340.520.9600.47267.4492.8127.25
Hex40586346002F10b5d1b
Octal10052066414005741313533
Binary10000001011000011011010011000000101111100001011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400586; }

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

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

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

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

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

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

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

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