Html Css Color HEX #400DAC Indigo

📋 copy color: '#400DAC'

red 64 ◦ green 13 ◦ blue 172

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

Shades of Indigo #400DAC

Tints of Indigo #400DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 25.7%
G = 5.22%
B = 69.08%

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

#400DAC (or 0x400DAC) is known color: Indigo. HEX triplet: 40, 0D and AC. RGB value is (64,13,172). Sum of RGB (Red+Green+Blue) = 64+13+172=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #400DAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DAC is #BFF253. Grayscale: #2D2D2D. Windows color (decimal): -12579412 or 11275584. OLE color: 11275584.

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

Color convert

RGB 64 13 172 -
CMYK 0.63 0.92 0 0.33
HSL 259.25º 0.86% 0.36% -
HSV(B) 259.25º 0.92% 0.67% -
XYZ 9.7 4.36 39.36 -
YUV 46.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 64 13 172 0.63 0.92 0 0.33 259.25 0.86 0.36
Hex 40 D AC 3F 5C 0 21 103 56 24
Octal 100 15 254 77 134 0 41 403 126 44
Binary 1000000 1101 10101100 111111 1011100 0 100001 100000011 1010110 100100

Color Harmonies of #400DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DAC

Black with #400DAC

Text Example


Text Example

White with #400DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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