Html Css Color HEX #400FA9 Indigo

📋 copy color: '#400FA9'

red 64 ◦ green 15 ◦ blue 169

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

Shades of Indigo #400FA9

Tints of Indigo #400FA9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

 BLUE value IS 169 (66.41% from 255) = 68.15%

R = 25.81%
G = 6.05%
B = 68.15%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#400FA9 (or 0x400FA9) is known color: Indigo. HEX triplet: 40, 0F and A9. RGB value is (64,15,169). Sum of RGB (Red+Green+Blue) = 64+15+169=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #400FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400FA9 is #BFF056. Grayscale: #2E2E2E. Windows color (decimal): -12578903 or 11079488. OLE color: 11079488.

HSL color Cylindrical-coordinate representation of color #400FA9: hue angle of 259.09º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400FA9 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 15 169 -
CMYK 0.62 0.91 0 0.34
HSL 259.09º 0.84% 0.36% -
HSV(B) 259.09º 0.91% 0.66% -
XYZ 9.45 4.3 37.87 -
YUV 47.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 64 15 169 0.62 0.91 0 0.34 259.09 0.84 0.36
Hex 40 F A9 3E 5B 0 22 103 54 24
Octal 100 17 251 76 133 0 42 403 124 44
Binary 1000000 1111 10101001 111110 1011011 0 100010 100000011 1010100 100100

Color Harmonies of #400FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FA9

Black with #400FA9

Text Example


Text Example

White with #400FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,15,169); }

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

background-color css

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

 a { background-color: rgb(64,15,169); }

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

border-color css

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

 span { border-color: rgb(64,15,169); }

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