Html Css Color HEX #400DAE Indigo

📋 copy color: '#400DAE'

red 64 ◦ green 13 ◦ blue 174

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

Shades of Indigo #400DAE

Tints of Indigo #400DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 25.5%
G = 5.18%
B = 69.32%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#400DAE (or 0x400DAE) is known color: Indigo. HEX triplet: 40, 0D and AE. RGB value is (64,13,174). Sum of RGB (Red+Green+Blue) = 64+13+174=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #400DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DAE is #BFF251. Grayscale: #2E2E2E. Windows color (decimal): -12579410 or 11406656. OLE color: 11406656.

HSL color Cylindrical-coordinate representation of color #400DAE: hue angle of 259.01º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400DAE is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 13 174 -
CMYK 0.63 0.93 0 0.32
HSL 259.01º 0.86% 0.37% -
HSV(B) 259.01º 0.93% 0.68% -
XYZ 9.9 4.43 40.38 -
YUV 46.6 199.9 140.41 -
System Red Green Blue C M Y K H S L
Decimal 64 13 174 0.63 0.93 0 0.32 259.01 0.86 0.37
Hex 40 D AE 3F 5D 0 20 103 56 25
Octal 100 15 256 77 135 0 40 403 126 45
Binary 1000000 1101 10101110 111111 1011101 0 100000 100000011 1010110 100101

Color Harmonies of #400DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DAE

Black with #400DAE

Text Example


Text Example

White with #400DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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