Html Css Color HEX #400786 Indigo

📋 copy color: '#400786'

red 64 ◦ green 7 ◦ blue 134

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

Shades of Indigo #400786

Tints of Indigo #400786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

 BLUE value IS 134 (52.73% from 255) = 65.37%

R = 31.22%
G = 3.41%
B = 65.37%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#400786 (or 0x400786) is known color: Indigo. HEX triplet: 40, 07 and 86. RGB value is (64,7,134). Sum of RGB (Red+Green+Blue) = 64+7+134=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #400786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400786 is #BFF879. Grayscale: #262626. Windows color (decimal): -12580986 or 8783680. OLE color: 8783680.

HSL color Cylindrical-coordinate representation of color #400786: hue angle of 266.93º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400786 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 7 134 -
CMYK 0.52 0.95 0 0.47
HSL 266.93º 0.9% 0.28% -
HSV(B) 266.93º 0.95% 0.53% -
XYZ 6.49 2.96 22.78 -
YUV 38.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 64 7 134 0.52 0.95 0 0.47 266.93 0.9 0.28
Hex 40 7 86 34 5F 0 2F 10B 5A 1C
Octal 100 7 206 64 137 0 57 413 132 34
Binary 1000000 111 10000110 110100 1011111 0 101111 100001011 1011010 11100

Color Harmonies of #400786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400786

Black with #400786

Text Example


Text Example

White with #400786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400786; }

 p { color: rgb(64,7,134); }

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

background-color css

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

 a { background-color: rgb(64,7,134); }

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

border-color css

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

 span { border-color: rgb(64,7,134); }

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