Html Css Color HEX #400EA7 Indigo

📋 copy color: '#400EA7'

red 64 ◦ green 14 ◦ blue 167

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

Shades of Indigo #400EA7

Tints of Indigo #400EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 68.16%

R = 26.12%
G = 5.71%
B = 68.16%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#400EA7 (or 0x400EA7) is known color: Indigo. HEX triplet: 40, 0E and A7. RGB value is (64,14,167). Sum of RGB (Red+Green+Blue) = 64+14+167=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 167 (65.62% from 255 or 68.16% from 245); Max value from RGB is 167 - color contains mainly: blue. Hex color #400EA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400EA7 is #BFF158. Grayscale: #2D2D2D. Windows color (decimal): -12579161 or 10948160. OLE color: 10948160.

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

Color convert

RGB 64 14 167 -
CMYK 0.62 0.92 0 0.35
HSL 259.61º 0.85% 0.35% -
HSV(B) 259.61º 0.92% 0.65% -
XYZ 9.25 4.19 36.88 -
YUV 46.39 196.07 140.56 -
System Red Green Blue C M Y K H S L
Decimal 64 14 167 0.62 0.92 0 0.35 259.61 0.85 0.35
Hex 40 E A7 3E 5C 0 23 104 55 23
Octal 100 16 247 76 134 0 43 404 125 43
Binary 1000000 1110 10100111 111110 1011100 0 100011 100000100 1010101 100011

Color Harmonies of #400EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EA7

Black with #400EA7

Text Example


Text Example

White with #400EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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