Html Css Color HEX #400DAA Indigo

📋 copy color: '#400DAA'

red 64 ◦ green 13 ◦ blue 170

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

Shades of Indigo #400DAA

Tints of Indigo #400DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68.83%

R = 25.91%
G = 5.26%
B = 68.83%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#400DAA (or 0x400DAA) is known color: Indigo. HEX triplet: 40, 0D and AA. RGB value is (64,13,170). Sum of RGB (Red+Green+Blue) = 64+13+170=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #400DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400DAA is #BFF255. Grayscale: #2D2D2D. Windows color (decimal): -12579414 or 11144512. OLE color: 11144512.

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

Color convert

RGB 64 13 170 -
CMYK 0.62 0.92 0 0.33
HSL 259.49º 0.86% 0.36% -
HSV(B) 259.49º 0.92% 0.67% -
XYZ 9.51 4.28 38.35 -
YUV 46.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 64 13 170 0.62 0.92 0 0.33 259.49 0.86 0.36
Hex 40 D AA 3E 5C 0 21 103 56 24
Octal 100 15 252 76 134 0 41 403 126 44
Binary 1000000 1101 10101010 111110 1011100 0 100001 100000011 1010110 100100

Color Harmonies of #400DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400DAA

Black with #400DAA

Text Example


Text Example

White with #400DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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