#400982

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

Shades of Indigo #400982

Tints of Indigo #400982

Color information

#400982 (or 0x400982) is unknown color: approx Indigo. HEX triplet: 40, 09 and 82. RGB value is (64,9,130). Sum of RGB (Red+Green+Blue) = 64+9+130=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #400982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400982 is #BFF67D. Grayscale: #262626. Windows color (decimal): -12580478 or 8522048. OLE color: 8522048.

HSL color Cylindrical-coordinate representation of color #400982: hue angle of 267.27º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400982 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB649130-
CMYK0.510.9300.49
HSL267.27º87.05%27.25%-
HSV(B)267.27º93.08%50.98%-
XYZ6.242.921.35-
YUV39.24179.22145.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 130 (51.17% from 255) = 64.04%
R=31.53%
G=4.43%
B=64.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6491300.510.9300.49267.2787.0527.25
Hex40982335D03110b571b
Octal100112026313506141312733
Binary100000010011000001011001110111010110001100001011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400982; }

 p { color: rgb(64,9,130); }

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

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

 a { background-color: rgb(64,9,130); }

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

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

 span { border-color: rgb(64,9,130); }

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