#400495

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

Shades of Indigo #400495

Tints of Indigo #400495

Color information

#400495 (or 0x400495) is unknown color: approx Indigo. HEX triplet: 40, 04 and 95. RGB value is (64,4,149). Sum of RGB (Red+Green+Blue) = 64+4+149=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #400495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400495 is #BFFB6A. Grayscale: #252525. Windows color (decimal): -12581739 or 9765952. OLE color: 9765952.

HSL color Cylindrical-coordinate representation of color #400495: hue angle of 264.83º degrees, saturation: 0.95, 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 #400495 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB644149-
CMYK0.570.9700.42
HSL264.83º94.77%30%-
HSV(B)264.83º97.32%58.43%-
XYZ7.583.3528.68-
YUV38.47190.38146.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 149 (58.59% from 255) = 68.66%
R=29.49%
G=1.84%
B=68.66%

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
Decimal6441490.570.9700.42264.8394.7730
Hex40495396102A1095f1e
Octal10042257114105241113736
Binary10000001001001010111100111000010101010100001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400495; }

 p { color: rgb(64,4,149); }

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

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

 a { background-color: rgb(64,4,149); }

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

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

 span { border-color: rgb(64,4,149); }

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