Html Css Color HEX #400478 Indigo

📋 copy color: '#400478'

red 64 ◦ green 4 ◦ blue 120

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

Shades of Indigo #400478

Tints of Indigo #400478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 63.83%

R = 34.04%
G = 2.13%
B = 63.83%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400478 (or 0x400478) is known color: Indigo. HEX triplet: 40, 04 and 78. RGB value is (64,4,120). Sum of RGB (Red+Green+Blue) = 64+4+120=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #400478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400478 is #BFFB87. Grayscale: #222222. Windows color (decimal): -12581768 or 7865408. OLE color: 7865408.

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

Color convert

RGB 64 4 120 -
CMYK 0.47 0.97 0 0.53
HSL 271.03º 0.94% 0.24% -
HSV(B) 271.03º 0.97% 0.47% -
XYZ 5.55 2.53 17.97 -
YUV 35.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 64 4 120 0.47 0.97 0 0.53 271.03 0.94 0.24
Hex 40 4 78 2F 61 0 35 10F 5E 18
Octal 100 4 170 57 141 0 65 417 136 30
Binary 1000000 100 1111000 101111 1100001 0 110101 100001111 1011110 11000

Color Harmonies of #400478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400478

Black with #400478

Text Example


Text Example

White with #400478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400478; }

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

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

background-color css

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

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

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

border-color css

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

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

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