Html Css Color HEX #400AAC Indigo

📋 copy color: '#400AAC'

red 64 ◦ green 10 ◦ blue 172

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

Shades of Indigo #400AAC

Tints of Indigo #400AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.92%

R = 26.02%
G = 4.07%
B = 69.92%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#400AAC (or 0x400AAC) is known color: Indigo. HEX triplet: 40, 0A and AC. RGB value is (64,10,172). Sum of RGB (Red+Green+Blue) = 64+10+172=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #400AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400AAC is #BFF553. Grayscale: #2C2C2C. Windows color (decimal): -12580180 or 11274816. OLE color: 11274816.

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

Color convert

RGB 64 10 172 -
CMYK 0.63 0.94 0 0.33
HSL 260º 0.89% 0.36% -
HSV(B) 260º 0.94% 0.67% -
XYZ 9.67 4.29 39.35 -
YUV 44.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 64 10 172 0.63 0.94 0 0.33 260 0.89 0.36
Hex 40 A AC 3F 5E 0 21 104 59 24
Octal 100 12 254 77 136 0 41 404 131 44
Binary 1000000 1010 10101100 111111 1011110 0 100001 100000100 1011001 100100

Color Harmonies of #400AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AAC

Black with #400AAC

Text Example


Text Example

White with #400AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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