#400278

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

Shades of Indigo #400278

Tints of Indigo #400278

Color information

#400278 (or 0x400278) is unknown color: approx Indigo. HEX triplet: 40, 02 and 78. RGB value is (64,2,120). Sum of RGB (Red+Green+Blue) = 64+2+120=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #400278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400278 is #BFFD87. Grayscale: #212121. Windows color (decimal): -12582280 or 7864896. OLE color: 7864896.

HSL color Cylindrical-coordinate representation of color #400278: hue angle of 271.53º 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 #400278 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB642120-
CMYK0.470.9800.53
HSL271.53º96.72%23.92%-
HSV(B)271.53º98.33%47.06%-
XYZ5.532.4917.96-
YUV33.99176.54149.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=34.41%
G=1.08%
B=64.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6421200.470.9800.53271.5396.7223.92
Hex402782F620351106118
Octal10021705714206542014130
Binary100000010111100010111111000100110101100010000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400278; }

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

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

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

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

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

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

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

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