Html Css Color HEX #400E9D Indigo

📋 copy color: '#400E9D'

red 64 ◦ green 14 ◦ blue 157

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

Shades of Indigo #400E9D

Tints of Indigo #400E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 66.81%

R = 27.23%
G = 5.96%
B = 66.81%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#400E9D (or 0x400E9D) is known color: Indigo. HEX triplet: 40, 0E and 9D. RGB value is (64,14,157). Sum of RGB (Red+Green+Blue) = 64+14+157=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #400E9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400E9D is #BFF162. Grayscale: #2C2C2C. Windows color (decimal): -12579171 or 10292800. OLE color: 10292800.

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

Color convert

RGB 64 14 157 -
CMYK 0.59 0.91 0 0.38
HSL 260.98º 0.84% 0.34% -
HSV(B) 260.98º 0.91% 0.62% -
XYZ 8.36 3.84 32.2 -
YUV 45.25 191.07 141.37 -
System Red Green Blue C M Y K H S L
Decimal 64 14 157 0.59 0.91 0 0.38 260.98 0.84 0.34
Hex 40 E 9D 3B 5B 0 26 105 54 22
Octal 100 16 235 73 133 0 46 405 124 42
Binary 1000000 1110 10011101 111011 1011011 0 100110 100000101 1010100 100010

Color Harmonies of #400E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E9D

Black with #400E9D

Text Example


Text Example

White with #400E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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