Html Css Color HEX #400DA9 Indigo

📋 copy color: '#400DA9'

red 64 ◦ green 13 ◦ blue 169

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

Shades of Indigo #400DA9

Tints of Indigo #400DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 68.7%

R = 26.02%
G = 5.28%
B = 68.7%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#400DA9 (or 0x400DA9) is known color: Indigo. HEX triplet: 40, 0D and A9. RGB value is (64,13,169). Sum of RGB (Red+Green+Blue) = 64+13+169=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 169 (66.41% from 255 or 68.70% from 246); Max value from RGB is 169 - color contains mainly: blue. Hex color #400DA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DA9 is #BFF256. Grayscale: #2D2D2D. Windows color (decimal): -12579415 or 11078976. OLE color: 11078976.

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

Color convert

RGB 64 13 169 -
CMYK 0.62 0.92 0 0.34
HSL 259.62º 0.86% 0.36% -
HSV(B) 259.62º 0.92% 0.66% -
XYZ 9.42 4.24 37.86 -
YUV 46.03 197.4 140.82 -
System Red Green Blue C M Y K H S L
Decimal 64 13 169 0.62 0.92 0 0.34 259.62 0.86 0.36
Hex 40 D A9 3E 5C 0 22 104 56 24
Octal 100 15 251 76 134 0 42 404 126 44
Binary 1000000 1101 10101001 111110 1011100 0 100010 100000100 1010110 100100

Color Harmonies of #400DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DA9

Black with #400DA9

Text Example


Text Example

White with #400DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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