#400869

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

Shades of Indigo #400869

Tints of Indigo #400869

Color information

#400869 (or 0x400869) is unknown color: approx Indigo. HEX triplet: 40, 08 and 69. RGB value is (64,8,105). Sum of RGB (Red+Green+Blue) = 64+8+105=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #400869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400869 is #BFF796. Grayscale: #232323. Windows color (decimal): -12580759 or 6883392. OLE color: 6883392.

HSL color Cylindrical-coordinate representation of color #400869: hue angle of 274.64º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400869 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB648105-
CMYK0.390.9200.59
HSL274.64º85.84%22.16%-
HSV(B)274.64º92.38%41.18%-
XYZ4.752.2813.55-
YUV35.8167.05148.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 105 (41.41% from 255) = 59.32%
R=36.16%
G=4.52%
B=59.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6481050.390.9200.59274.6485.8422.16
Hex40869275C03B1135616
Octal100101514713407342312626
Binary10000001000110100110011110111000111011100010011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400869; }

 p { color: rgb(64,8,105); }

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

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

 a { background-color: rgb(64,8,105); }

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

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

 span { border-color: rgb(64,8,105); }

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