Html Css Color HEX #400EAA Indigo

📋 copy color: '#400EAA'

red 64 ◦ green 14 ◦ blue 170

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

Shades of Indigo #400EAA

Tints of Indigo #400EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68.55%

R = 25.81%
G = 5.65%
B = 68.55%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#400EAA (or 0x400EAA) is known color: Indigo. HEX triplet: 40, 0E and AA. RGB value is (64,14,170). Sum of RGB (Red+Green+Blue) = 64+14+170=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #400EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400EAA is #BFF155. Grayscale: #2E2E2E. Windows color (decimal): -12579158 or 11144768. OLE color: 11144768.

HSL color Cylindrical-coordinate representation of color #400EAA: hue angle of 259.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400EAA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 14 170 -
CMYK 0.62 0.92 0 0.33
HSL 259.23º 0.85% 0.36% -
HSV(B) 259.23º 0.92% 0.67% -
XYZ 9.53 4.31 38.36 -
YUV 46.73 197.57 140.32 -
System Red Green Blue C M Y K H S L
Decimal 64 14 170 0.62 0.92 0 0.33 259.23 0.85 0.36
Hex 40 E AA 3E 5C 0 21 103 55 24
Octal 100 16 252 76 134 0 41 403 125 44
Binary 1000000 1110 10101010 111110 1011100 0 100001 100000011 1010101 100100

Color Harmonies of #400EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EAA

Black with #400EAA

Text Example


Text Example

White with #400EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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