#400082

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

Shades of Indigo #400082

Tints of Indigo #400082

Color information

#400082 (or 0x400082) is unknown color: approx Indigo. HEX triplet: 40, 00 and 82. RGB value is (64,0,130). Sum of RGB (Red+Green+Blue) = 64+0+130=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #400082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400082 is #BFFF7D. Grayscale: #212121. Windows color (decimal): -12582782 or 8519744. OLE color: 8519744.

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

Color convert

RGB640130-
CMYK0.51100.49
HSL269.54º100%25.49%-
HSV(B)269.54º100%50.98%-
XYZ6.142.721.32-
YUV33.96182.2149.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=32.99%
G=0%
B=67.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6401300.51100.49269.5410025.49
Hex40082336403110e6419
Octal10002026314406141614431
Binary100000001000001011001111001000110001100001110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400082; }

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

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

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

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

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

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

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

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