Html Css Color HEX #400486 Indigo

📋 copy color: '#400486'

red 64 ◦ green 4 ◦ blue 134

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

Shades of Indigo #400486

Tints of Indigo #400486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

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

R = 31.68%
G = 1.98%
B = 66.34%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#400486 (or 0x400486) is known color: Indigo. HEX triplet: 40, 04 and 86. RGB value is (64,4,134). Sum of RGB (Red+Green+Blue) = 64+4+134=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #400486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400486 is #BFFB79. Grayscale: #242424. Windows color (decimal): -12581754 or 8782912. OLE color: 8782912.

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

Color convert

RGB 64 4 134 -
CMYK 0.52 0.97 0 0.47
HSL 267.69º 0.94% 0.27% -
HSV(B) 267.69º 0.97% 0.53% -
XYZ 6.46 2.9 22.77 -
YUV 36.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 64 4 134 0.52 0.97 0 0.47 267.69 0.94 0.27
Hex 40 4 86 34 61 0 2F 10C 5E 1B
Octal 100 4 206 64 141 0 57 414 136 33
Binary 1000000 100 10000110 110100 1100001 0 101111 100001100 1011110 11011

Color Harmonies of #400486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400486

Black with #400486

Text Example


Text Example

White with #400486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400486; }

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

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

background-color css

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

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

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

border-color css

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

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

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