Html Css Color HEX #400BAE Indigo

📋 copy color: '#400BAE'

red 64 ◦ green 11 ◦ blue 174

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

Shades of Indigo #400BAE

Tints of Indigo #400BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.42%

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

R = 25.7%
G = 4.42%
B = 69.88%

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

#400BAE (or 0x400BAE) is known color: Indigo. HEX triplet: 40, 0B and AE. RGB value is (64,11,174). Sum of RGB (Red+Green+Blue) = 64+11+174=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #400BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BAE is #BFF451. Grayscale: #2C2C2C. Windows color (decimal): -12579922 or 11406144. OLE color: 11406144.

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

Color convert

RGB 64 11 174 -
CMYK 0.63 0.94 0 0.32
HSL 259.51º 0.88% 0.36% -
HSV(B) 259.51º 0.94% 0.68% -
XYZ 9.87 4.39 40.37 -
YUV 45.43 200.56 141.25 -
System Red Green Blue C M Y K H S L
Decimal 64 11 174 0.63 0.94 0 0.32 259.51 0.88 0.36
Hex 40 B AE 3F 5E 0 20 104 58 24
Octal 100 13 256 77 136 0 40 404 130 44
Binary 1000000 1011 10101110 111111 1011110 0 100000 100000100 1011000 100100

Color Harmonies of #400BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BAE

Black with #400BAE

Text Example


Text Example

White with #400BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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