#400382

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

Shades of Indigo #400382

Tints of Indigo #400382

Color information

#400382 (or 0x400382) is unknown color: approx Indigo. HEX triplet: 40, 03 and 82. RGB value is (64,3,130). Sum of RGB (Red+Green+Blue) = 64+3+130=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #400382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400382 is #BFFC7D. Grayscale: #232323. Windows color (decimal): -12582014 or 8520512. OLE color: 8520512.

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

Color convert

RGB643130-
CMYK0.510.9800.49
HSL268.82º95.49%26.08%-
HSV(B)268.82º97.69%50.98%-
XYZ6.182.7721.33-
YUV35.72181.21148.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 130 (51.17% from 255) = 65.99%
R=32.49%
G=1.52%
B=65.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6431300.510.9800.49268.8295.4926.08
Hex40382336203110d5f1a
Octal10032026314206141513732
Binary1000000111000001011001111000100110001100001101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400382; }

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

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

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

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

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

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

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

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