#400277

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

Shades of Indigo #400277

Tints of Indigo #400277

Color information

#400277 (or 0x400277) is unknown color: approx Indigo. HEX triplet: 40, 02 and 77. RGB value is (64,2,119). Sum of RGB (Red+Green+Blue) = 64+2+119=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #400277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400277 is #BFFD88. Grayscale: #212121. Windows color (decimal): -12582281 or 7799360. OLE color: 7799360.

HSL color Cylindrical-coordinate representation of color #400277: hue angle of 271.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400277 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB642119-
CMYK0.460.9800.53
HSL271.79º96.69%23.73%-
HSV(B)271.79º98.32%46.67%-
XYZ5.472.4717.64-
YUV33.88176.04149.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=34.59%
G=1.08%
B=64.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6421190.460.9800.53271.7996.6923.73
Hex402772E620351106118
Octal10021675614206542014130
Binary100000010111011110111011000100110101100010000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400277; }

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

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

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

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

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

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

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

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