Html Css Color HEX #400BA5 Indigo

📋 copy color: '#400BA5'

red 64 ◦ green 11 ◦ blue 165

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

Shades of Indigo #400BA5

Tints of Indigo #400BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 68.75%

R = 26.67%
G = 4.58%
B = 68.75%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#400BA5 (or 0x400BA5) is known color: Indigo. HEX triplet: 40, 0B and A5. RGB value is (64,11,165). Sum of RGB (Red+Green+Blue) = 64+11+165=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 165 (64.84% from 255 or 68.75% from 240); Max value from RGB is 165 - color contains mainly: blue. Hex color #400BA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BA5 is #BFF45A. Grayscale: #2B2B2B. Windows color (decimal): -12579931 or 10816320. OLE color: 10816320.

HSL color Cylindrical-coordinate representation of color #400BA5: hue angle of 260.65º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400BA5 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 11 165 -
CMYK 0.61 0.93 0 0.35
HSL 260.65º 0.88% 0.35% -
HSV(B) 260.65º 0.93% 0.65% -
XYZ 9.03 4.05 35.9 -
YUV 44.4 196.06 141.98 -
System Red Green Blue C M Y K H S L
Decimal 64 11 165 0.61 0.93 0 0.35 260.65 0.88 0.35
Hex 40 B A5 3D 5D 0 23 105 58 23
Octal 100 13 245 75 135 0 43 405 130 43
Binary 1000000 1011 10100101 111101 1011101 0 100011 100000101 1011000 100011

Color Harmonies of #400BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BA5

Black with #400BA5

Text Example


Text Example

White with #400BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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