#400197

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

Shades of Indigo #400197

Tints of Indigo #400197

Color information

#400197 (or 0x400197) is unknown color: approx Indigo. HEX triplet: 40, 01 and 97. RGB value is (64,1,151). Sum of RGB (Red+Green+Blue) = 64+1+151=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 151 (59.38% from 255 or 69.91% from 216); Max value from RGB is 151 - color contains mainly: blue. Hex color #400197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400197 is #BFFE68. Grayscale: #242424. Windows color (decimal): -12582505 or 9896256. OLE color: 9896256.

HSL color Cylindrical-coordinate representation of color #400197: hue angle of 265.2º degrees, saturation: 0.99, 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 #400197 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB641151-
CMYK0.580.9900.41
HSL265.2º98.68%29.8%-
HSV(B)265.2º99.34%59.22%-
XYZ7.713.3529.52-
YUV36.94192.37147.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 151 (59.38% from 255) = 69.91%
R=29.63%
G=0.46%
B=69.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6411510.580.9900.41265.298.6829.8
Hex401973A63029109631e
Octal10012277214305141114336
Binary100000011001011111101011000110101001100001001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400197; }

 p { color: rgb(64,1,151); }

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

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

 a { background-color: rgb(64,1,151); }

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

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

 span { border-color: rgb(64,1,151); }

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