Html Css Color HEX #400A9E Indigo

📋 copy color: '#400A9E'

red 64 ◦ green 10 ◦ blue 158

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

Shades of Indigo #400A9E

Tints of Indigo #400A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 68.1%

R = 27.59%
G = 4.31%
B = 68.1%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#400A9E (or 0x400A9E) is known color: Indigo. HEX triplet: 40, 0A and 9E. RGB value is (64,10,158). Sum of RGB (Red+Green+Blue) = 64+10+158=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #400A9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400A9E is #BFF561. Grayscale: #2A2A2A. Windows color (decimal): -12580194 or 10357312. OLE color: 10357312.

HSL color Cylindrical-coordinate representation of color #400A9E: hue angle of 261.89º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400A9E is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 10 158 -
CMYK 0.59 0.94 0 0.38
HSL 261.89º 0.88% 0.33% -
HSV(B) 261.89º 0.94% 0.62% -
XYZ 8.39 3.78 32.63 -
YUV 43.02 192.89 142.97 -
System Red Green Blue C M Y K H S L
Decimal 64 10 158 0.59 0.94 0 0.38 261.89 0.88 0.33
Hex 40 A 9E 3B 5E 0 26 106 58 21
Octal 100 12 236 73 136 0 46 406 130 41
Binary 1000000 1010 10011110 111011 1011110 0 100110 100000110 1011000 100001

Color Harmonies of #400A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A9E

Black with #400A9E

Text Example


Text Example

White with #400A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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