#400296

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

Shades of Indigo #400296

Tints of Indigo #400296

Color information

#400296 (or 0x400296) is unknown color: approx Indigo. HEX triplet: 40, 02 and 96. RGB value is (64,2,150). Sum of RGB (Red+Green+Blue) = 64+2+150=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #400296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400296 is #BFFD69. Grayscale: #242424. Windows color (decimal): -12582250 or 9830976. OLE color: 9830976.

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

Color convert

RGB642150-
CMYK0.570.9900.41
HSL265.14º97.37%29.8%-
HSV(B)265.14º98.67%58.82%-
XYZ7.643.3429.1-
YUV37.41191.54146.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 150 (58.98% from 255) = 69.44%
R=29.63%
G=0.93%
B=69.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6421500.570.9900.41265.1497.3729.8
Hex402963963029109611e
Octal10022267114305141114136
Binary1000000101001011011100111000110101001100001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400296; }

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

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

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

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

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

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

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

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