#400992

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

Shades of Indigo #400992

Tints of Indigo #400992

Color information

#400992 (or 0x400992) is unknown color: approx Indigo. HEX triplet: 40, 09 and 92. RGB value is (64,9,146). Sum of RGB (Red+Green+Blue) = 64+9+146=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #400992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400992 is #BFF66D. Grayscale: #282828. Windows color (decimal): -12580462 or 9570624. OLE color: 9570624.

HSL color Cylindrical-coordinate representation of color #400992: hue angle of 264.09º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400992 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB649146-
CMYK0.560.9400.43
HSL264.09º88.39%30.39%-
HSV(B)264.09º93.84%57.25%-
XYZ7.43.3627.45-
YUV41.06187.22144.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 146 (57.42% from 255) = 66.67%
R=29.22%
G=4.11%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6491460.560.9400.43264.0988.3930.39
Hex40992385E02B108581e
Octal100112227013605341013036
Binary100000010011001001011100010111100101011100001000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400992; }

 p { color: rgb(64,9,146); }

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

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

 a { background-color: rgb(64,9,146); }

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

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

 span { border-color: rgb(64,9,146); }

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