#400292

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

Shades of Indigo #400292

Tints of Indigo #400292

Color information

#400292 (or 0x400292) is unknown color: approx Indigo. HEX triplet: 40, 02 and 92. RGB value is (64,2,146). Sum of RGB (Red+Green+Blue) = 64+2+146=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #400292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400292 is #BFFD6D. Grayscale: #242424. Windows color (decimal): -12582254 or 9568832. OLE color: 9568832.

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

Color convert

RGB642146-
CMYK0.560.9900.43
HSL265.83º97.3%29.02%-
HSV(B)265.83º98.63%57.25%-
XYZ7.323.2127.43-
YUV36.95189.54147.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 146 (57.42% from 255) = 68.87%
R=30.19%
G=0.94%
B=68.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6421460.560.9900.43265.8397.329.02
Hex40292386302B10a611d
Octal10022227014305341214135
Binary1000000101001001011100011000110101011100001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400292; }

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

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

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

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

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

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

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

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