Html Css Color HEX #400EA0 Indigo

📋 copy color: '#400EA0'

red 64 ◦ green 14 ◦ blue 160

#400EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #400EA0

Tints of Indigo #400EA0

RGB

 RED value IS 64 (25.39% from 255) = 26.89%

 GREEN value IS 14 (5.86% from 255) = 5.88%

 BLUE value IS 160 (62.89% from 255) = 67.23%

R = 26.89%
G = 5.88%
B = 67.23%

CMYK

 C value IS 0.6

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#400EA0 (or 0x400EA0) is known color: Indigo. HEX triplet: 40, 0E and A0. RGB value is (64,14,160). Sum of RGB (Red+Green+Blue) = 64+14+160=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 160 (62.89% from 255 or 67.23% from 238); Max value from RGB is 160 - color contains mainly: blue. Hex color #400EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400EA0 is #BFF15F. Grayscale: #2D2D2D. Windows color (decimal): -12579168 or 10489408. OLE color: 10489408.

HSL color Cylindrical-coordinate representation of color #400EA0: hue angle of 260.55º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400EA0 is Cyan = 0.6, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 14 160 -
CMYK 0.6 0.91 0 0.37
HSL 260.55º 0.84% 0.34% -
HSV(B) 260.55º 0.91% 0.63% -
XYZ 8.62 3.94 33.56 -
YUV 45.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 64 14 160 0.6 0.91 0 0.37 260.55 0.84 0.34
Hex 40 E A0 3C 5B 0 25 105 54 22
Octal 100 16 240 74 133 0 45 405 124 42
Binary 1000000 1110 10100000 111100 1011011 0 100101 100000101 1010100 100010

Color Harmonies of #400EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EA0

Black with #400EA0

Text Example


Text Example

White with #400EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400EA0; }

 p { color: rgb(64,14,160); }

 H1.HeaderClassName
 {
   color: #400EA0;
 }
 .AnyTagClassName
 {
   color: #400EA0;
 }
</style>

background-color css

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

 a { background-color: rgb(64,14,160); }

 div.DivClassName
 {
   background-color: #400EA0;
 }
 .BgClassName
 {
   background-color: #400EA0;
 }
</style>

border-color css

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

 span { border-color: rgb(64,14,160); }

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