Html Css Color HEX #400586 Indigo

📋 copy color: '#400586'

red 64 ◦ green 5 ◦ blue 134

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

Shades of Indigo #400586

Tints of Indigo #400586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 31.53%
G = 2.46%
B = 66.01%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#400586 (or 0x400586) is known color: Indigo. HEX triplet: 40, 05 and 86. RGB value is (64,5,134). Sum of RGB (Red+Green+Blue) = 64+5+134=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #400586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400586 is #BFFA79. Grayscale: #242424. Windows color (decimal): -12581498 or 8783168. OLE color: 8783168.

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

Color convert

RGB 64 5 134 -
CMYK 0.52 0.96 0 0.47
HSL 267.44º 0.93% 0.27% -
HSV(B) 267.44º 0.96% 0.53% -
XYZ 6.47 2.92 22.78 -
YUV 37.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 64 5 134 0.52 0.96 0 0.47 267.44 0.93 0.27
Hex 40 5 86 34 60 0 2F 10B 5D 1B
Octal 100 5 206 64 140 0 57 413 135 33
Binary 1000000 101 10000110 110100 1100000 0 101111 100001011 1011101 11011

Color Harmonies of #400586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400586

Black with #400586

Text Example


Text Example

White with #400586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400586; }

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

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

background-color css

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

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

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

border-color css

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

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

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