Html Css Color HEX #400EAD Indigo

📋 copy color: '#400EAD'

red 64 ◦ green 14 ◦ blue 173

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

Shades of Indigo #400EAD

Tints of Indigo #400EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.92%

R = 25.5%
G = 5.58%
B = 68.92%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#400EAD (or 0x400EAD) is known color: Indigo. HEX triplet: 40, 0E and AD. RGB value is (64,14,173). Sum of RGB (Red+Green+Blue) = 64+14+173=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #400EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400EAD is #BFF152. Grayscale: #2E2E2E. Windows color (decimal): -12579155 or 11341376. OLE color: 11341376.

HSL color Cylindrical-coordinate representation of color #400EAD: hue angle of 258.87º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400EAD is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 14 173 -
CMYK 0.63 0.92 0 0.32
HSL 258.87º 0.85% 0.37% -
HSV(B) 258.87º 0.92% 0.68% -
XYZ 9.81 4.42 39.87 -
YUV 47.08 199.07 140.07 -
System Red Green Blue C M Y K H S L
Decimal 64 14 173 0.63 0.92 0 0.32 258.87 0.85 0.37
Hex 40 E AD 3F 5C 0 20 103 55 25
Octal 100 16 255 77 134 0 40 403 125 45
Binary 1000000 1110 10101101 111111 1011100 0 100000 100000011 1010101 100101

Color Harmonies of #400EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EAD

Black with #400EAD

Text Example


Text Example

White with #400EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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