Html Css Color HEX #400BAD Indigo

📋 copy color: '#400BAD'

red 64 ◦ green 11 ◦ blue 173

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

Shades of Indigo #400BAD

Tints of Indigo #400BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.76%

R = 25.81%
G = 4.44%
B = 69.76%

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

#400BAD (or 0x400BAD) is known color: Indigo. HEX triplet: 40, 0B and AD. RGB value is (64,11,173). Sum of RGB (Red+Green+Blue) = 64+11+173=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #400BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400BAD is #BFF452. Grayscale: #2C2C2C. Windows color (decimal): -12579923 or 11340608. OLE color: 11340608.

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

Color convert

RGB 64 11 173 -
CMYK 0.63 0.94 0 0.32
HSL 259.63º 0.88% 0.36% -
HSV(B) 259.63º 0.94% 0.68% -
XYZ 9.78 4.35 39.86 -
YUV 45.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 64 11 173 0.63 0.94 0 0.32 259.63 0.88 0.36
Hex 40 B AD 3F 5E 0 20 104 58 24
Octal 100 13 255 77 136 0 40 404 130 44
Binary 1000000 1011 10101101 111111 1011110 0 100000 100000100 1011000 100100

Color Harmonies of #400BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400BAD

Black with #400BAD

Text Example


Text Example

White with #400BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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