Html Css Color HEX #400DAB Indigo

📋 copy color: '#400DAB'

red 64 ◦ green 13 ◦ blue 171

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

Shades of Indigo #400DAB

Tints of Indigo #400DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

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

R = 25.81%
G = 5.24%
B = 68.95%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#400DAB (or 0x400DAB) is known color: Indigo. HEX triplet: 40, 0D and AB. RGB value is (64,13,171). Sum of RGB (Red+Green+Blue) = 64+13+171=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #400DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DAB is #BFF254. Grayscale: #2D2D2D. Windows color (decimal): -12579413 or 11210048. OLE color: 11210048.

HSL color Cylindrical-coordinate representation of color #400DAB: hue angle of 259.37º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400DAB is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 13 171 -
CMYK 0.63 0.92 0 0.33
HSL 259.37º 0.86% 0.36% -
HSV(B) 259.37º 0.92% 0.67% -
XYZ 9.61 4.32 38.86 -
YUV 46.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 64 13 171 0.63 0.92 0 0.33 259.37 0.86 0.36
Hex 40 D AB 3F 5C 0 21 103 56 24
Octal 100 15 253 77 134 0 41 403 126 44
Binary 1000000 1101 10101011 111111 1011100 0 100001 100000011 1010110 100100

Color Harmonies of #400DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DAB

Black with #400DAB

Text Example


Text Example

White with #400DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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