Html Css Color HEX #400476 Indigo

📋 copy color: '#400476'

red 64 ◦ green 4 ◦ blue 118

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

Shades of Indigo #400476

Tints of Indigo #400476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 34.41%
G = 2.15%
B = 63.44%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400476 (or 0x400476) is known color: Indigo. HEX triplet: 40, 04 and 76. RGB value is (64,4,118). Sum of RGB (Red+Green+Blue) = 64+4+118=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #400476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400476 is #BFFB89. Grayscale: #222222. Windows color (decimal): -12581770 or 7734336. OLE color: 7734336.

HSL color Cylindrical-coordinate representation of color #400476: hue angle of 271.58º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400476 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 4 118 -
CMYK 0.46 0.97 0 0.54
HSL 271.58º 0.93% 0.24% -
HSV(B) 271.58º 0.97% 0.46% -
XYZ 5.43 2.48 17.33 -
YUV 34.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 64 4 118 0.46 0.97 0 0.54 271.58 0.93 0.24
Hex 40 4 76 2E 61 0 36 110 5D 18
Octal 100 4 166 56 141 0 66 420 135 30
Binary 1000000 100 1110110 101110 1100001 0 110110 100010000 1011101 11000

Color Harmonies of #400476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400476

Black with #400476

Text Example


Text Example

White with #400476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400476; }

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

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

background-color css

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

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

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

border-color css

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

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

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