Html Css Color HEX #400AAD Indigo

📋 copy color: '#400AAD'

red 64 ◦ green 10 ◦ blue 173

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

Shades of Indigo #400AAD

Tints of Indigo #400AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.04%

R = 25.91%
G = 4.05%
B = 70.04%

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

#400AAD (or 0x400AAD) is known color: Indigo. HEX triplet: 40, 0A and AD. RGB value is (64,10,173). Sum of RGB (Red+Green+Blue) = 64+10+173=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #400AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400AAD is #BFF552. Grayscale: #2C2C2C. Windows color (decimal): -12580179 or 11340352. OLE color: 11340352.

HSL color Cylindrical-coordinate representation of color #400AAD: hue angle of 259.88º 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 #400AAD is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 10 173 -
CMYK 0.63 0.94 0 0.32
HSL 259.88º 0.89% 0.36% -
HSV(B) 259.88º 0.94% 0.68% -
XYZ 9.77 4.32 39.86 -
YUV 44.73 200.39 141.75 -
System Red Green Blue C M Y K H S L
Decimal 64 10 173 0.63 0.94 0 0.32 259.88 0.89 0.36
Hex 40 A AD 3F 5E 0 20 104 59 24
Octal 100 12 255 77 136 0 40 404 131 44
Binary 1000000 1010 10101101 111111 1011110 0 100000 100000100 1011001 100100

Color Harmonies of #400AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AAD

Black with #400AAD

Text Example


Text Example

White with #400AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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