Html Css Color HEX #400086 Indigo

📋 copy color: '#400086'

red 64 ◦ green 0 ◦ blue 134

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

Shades of Indigo #400086

Tints of Indigo #400086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.32%
G = 0%
B = 67.68%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#400086 (or 0x400086) is known color: Indigo. HEX triplet: 40, 00 and 86. RGB value is (64,0,134). Sum of RGB (Red+Green+Blue) = 64+0+134=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #400086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400086 is #BFFF79. Grayscale: #212121. Windows color (decimal): -12582778 or 8781888. OLE color: 8781888.

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

Color convert

RGB 64 0 134 -
CMYK 0.52 1 0 0.47
HSL 268.66º 1% 0.26% -
HSV(B) 268.66º 1% 0.53% -
XYZ 6.42 2.81 22.76 -
YUV 34.41 184.2 149.1 -
System Red Green Blue C M Y K H S L
Decimal 64 0 134 0.52 1 0 0.47 268.66 1 0.26
Hex 40 0 86 34 64 0 2F 10D 64 1A
Octal 100 0 206 64 144 0 57 415 144 32
Binary 1000000 0 10000110 110100 1100100 0 101111 100001101 1100100 11010

Color Harmonies of #400086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400086

Black with #400086

Text Example


Text Example

White with #400086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400086; }

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

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

background-color css

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

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

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

border-color css

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

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

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