#400061

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

Shades of Indigo #400061

Tints of Indigo #400061

Color information

#400061 (or 0x400061) is unknown color: approx Indigo. HEX triplet: 40, 00 and 61. RGB value is (64,0,97). Sum of RGB (Red+Green+Blue) = 64+0+97=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #400061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400061 is #BFFF9E. Grayscale: #1D1D1D. Windows color (decimal): -12582815 or 6357056. OLE color: 6357056.

HSL color Cylindrical-coordinate representation of color #400061: hue angle of 279.59º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400061 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64097-
CMYK0.34100.62
HSL279.59º100%19.02%-
HSV(B)279.59º100%38.04%-
XYZ4.271.9511.46-
YUV30.19165.7152.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 60.25%
R=39.75%
G=0%
B=60.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal640970.34100.62279.5910019.02
Hex40061226403E1186413
Octal10001414214407643014423
Binary10000000110000110001011001000111110100011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400061; }

 p { color: rgb(64,0,97); }

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

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

 a { background-color: rgb(64,0,97); }

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

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

 span { border-color: rgb(64,0,97); }

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