Html Css Color HEX #400D8D Indigo

📋 copy color: '#400D8D'

red 64 ◦ green 13 ◦ blue 141

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

Shades of Indigo #400D8D

Tints of Indigo #400D8D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

 BLUE value IS 141 (55.47% from 255) = 64.68%

R = 29.36%
G = 5.96%
B = 64.68%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#400D8D (or 0x400D8D) is known color: Indigo. HEX triplet: 40, 0D and 8D. RGB value is (64,13,141). Sum of RGB (Red+Green+Blue) = 64+13+141=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #400D8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400D8D is #BFF272. Grayscale: #2A2A2A. Windows color (decimal): -12579443 or 9243968. OLE color: 9243968.

HSL color Cylindrical-coordinate representation of color #400D8D: hue angle of 263.91º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400D8D is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 13 141 -
CMYK 0.55 0.91 0 0.45
HSL 263.91º 0.83% 0.3% -
HSV(B) 263.91º 0.91% 0.55% -
XYZ 7.07 3.3 25.46 -
YUV 42.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 64 13 141 0.55 0.91 0 0.45 263.91 0.83 0.3
Hex 40 D 8D 37 5B 0 2D 108 53 1E
Octal 100 15 215 67 133 0 55 410 123 36
Binary 1000000 1101 10001101 110111 1011011 0 101101 100001000 1010011 11110

Color Harmonies of #400D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D8D

Black with #400D8D

Text Example


Text Example

White with #400D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,13,141); }

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

background-color css

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

 a { background-color: rgb(64,13,141); }

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

border-color css

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

 span { border-color: rgb(64,13,141); }

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