Html Css Color HEX #400BAB Indigo

📋 copy color: '#400BAB'

red 64 ◦ green 11 ◦ blue 171

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

Shades of Indigo #400BAB

Tints of Indigo #400BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 26.02%
G = 4.47%
B = 69.51%

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

#400BAB (or 0x400BAB) is known color: Indigo. HEX triplet: 40, 0B and AB. RGB value is (64,11,171). Sum of RGB (Red+Green+Blue) = 64+11+171=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #400BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BAB is #BFF454. Grayscale: #2C2C2C. Windows color (decimal): -12579925 or 11209536. OLE color: 11209536.

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

Color convert

RGB 64 11 171 -
CMYK 0.63 0.94 0 0.33
HSL 259.88º 0.88% 0.36% -
HSV(B) 259.88º 0.94% 0.67% -
XYZ 9.58 4.27 38.85 -
YUV 45.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 64 11 171 0.63 0.94 0 0.33 259.88 0.88 0.36
Hex 40 B AB 3F 5E 0 21 104 58 24
Octal 100 13 253 77 136 0 41 404 130 44
Binary 1000000 1011 10101011 111111 1011110 0 100001 100000100 1011000 100100

Color Harmonies of #400BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BAB

Black with #400BAB

Text Example


Text Example

White with #400BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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