Html Css Color HEX #400AAE Indigo

📋 copy color: '#400AAE'

red 64 ◦ green 10 ◦ blue 174

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

Shades of Indigo #400AAE

Tints of Indigo #400AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

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

R = 25.81%
G = 4.03%
B = 70.16%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#400AAE (or 0x400AAE) is known color: Indigo. HEX triplet: 40, 0A and AE. RGB value is (64,10,174). Sum of RGB (Red+Green+Blue) = 64+10+174=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #400AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400AAE is #BFF551. Grayscale: #2C2C2C. Windows color (decimal): -12580178 or 11405888. OLE color: 11405888.

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

Color convert

RGB 64 10 174 -
CMYK 0.63 0.94 0 0.32
HSL 259.76º 0.89% 0.36% -
HSV(B) 259.76º 0.94% 0.68% -
XYZ 9.86 4.36 40.37 -
YUV 44.84 200.89 141.66 -
System Red Green Blue C M Y K H S L
Decimal 64 10 174 0.63 0.94 0 0.32 259.76 0.89 0.36
Hex 40 A AE 3F 5E 0 20 104 59 24
Octal 100 12 256 77 136 0 40 404 131 44
Binary 1000000 1010 10101110 111111 1011110 0 100000 100000100 1011001 100100

Color Harmonies of #400AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AAE

Black with #400AAE

Text Example


Text Example

White with #400AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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