#400893

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

Shades of Indigo #400893

Tints of Indigo #400893

Color information

#400893 (or 0x400893) is unknown color: approx Indigo. HEX triplet: 40, 08 and 93. RGB value is (64,8,147). Sum of RGB (Red+Green+Blue) = 64+8+147=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #400893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400893 is #BFF76C. Grayscale: #282828. Windows color (decimal): -12580717 or 9635904. OLE color: 9635904.

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

Color convert

RGB648147-
CMYK0.560.9500.42
HSL264.17º89.68%30.39%-
HSV(B)264.17º94.56%57.65%-
XYZ7.473.3727.86-
YUV40.59188.05144.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 147 (57.81% from 255) = 67.12%
R=29.22%
G=3.65%
B=67.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6481470.560.9500.42264.1789.6830.39
Hex40893385F02A1085a1e
Octal100102237013705241013236
Binary100000010001001001111100010111110101010100001000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400893; }

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

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

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

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

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

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

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

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