#400895

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

Shades of Indigo #400895

Tints of Indigo #400895

Color information

#400895 (or 0x400895) is unknown color: approx Indigo. HEX triplet: 40, 08 and 95. RGB value is (64,8,149). Sum of RGB (Red+Green+Blue) = 64+8+149=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #400895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400895 is #BFF76A. Grayscale: #282828. Windows color (decimal): -12580715 or 9766976. OLE color: 9766976.

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

Color convert

RGB648149-
CMYK0.570.9500.42
HSL263.83º89.81%30.78%-
HSV(B)263.83º94.63%58.43%-
XYZ7.633.4328.69-
YUV40.82189.05144.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=28.96%
G=3.62%
B=67.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6481490.570.9500.42263.8389.8130.78
Hex40895395F02A1085a1f
Octal100102257113705241013237
Binary100000010001001010111100110111110101010100001000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400895; }

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

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

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

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

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

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

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

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