Html Css Color HEX #400DA6 Indigo

📋 copy color: '#400DA6'

red 64 ◦ green 13 ◦ blue 166

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

Shades of Indigo #400DA6

Tints of Indigo #400DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 68.31%

R = 26.34%
G = 5.35%
B = 68.31%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#400DA6 (or 0x400DA6) is known color: Indigo. HEX triplet: 40, 0D and A6. RGB value is (64,13,166). Sum of RGB (Red+Green+Blue) = 64+13+166=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 166 (65.23% from 255 or 68.31% from 243); Max value from RGB is 166 - color contains mainly: blue. Hex color #400DA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DA6 is #BFF259. Grayscale: #2D2D2D. Windows color (decimal): -12579418 or 10882368. OLE color: 10882368.

HSL color Cylindrical-coordinate representation of color #400DA6: hue angle of 260º 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 #400DA6 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 13 166 -
CMYK 0.61 0.92 0 0.35
HSL 260º 0.85% 0.35% -
HSV(B) 260º 0.92% 0.65% -
XYZ 9.14 4.13 36.39 -
YUV 45.69 195.9 141.06 -
System Red Green Blue C M Y K H S L
Decimal 64 13 166 0.61 0.92 0 0.35 260 0.85 0.35
Hex 40 D A6 3D 5C 0 23 104 55 23
Octal 100 15 246 75 134 0 43 404 125 43
Binary 1000000 1101 10100110 111101 1011100 0 100011 100000100 1010101 100011

Color Harmonies of #400DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DA6

Black with #400DA6

Text Example


Text Example

White with #400DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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