Html Css Color HEX #400879 Indigo

📋 copy color: '#400879'

red 64 ◦ green 8 ◦ blue 121

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

Shades of Indigo #400879

Tints of Indigo #400879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 121 (47.66% from 255) = 62.69%

R = 33.16%
G = 4.15%
B = 62.69%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400879 (or 0x400879) is known color: Indigo. HEX triplet: 40, 08 and 79. RGB value is (64,8,121). Sum of RGB (Red+Green+Blue) = 64+8+121=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 121 (47.66% from 255 or 62.69% from 193); Max value from RGB is 121 - color contains mainly: blue. Hex color #400879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400879 is #BFF786. Grayscale: #252525. Windows color (decimal): -12580743 or 7931968. OLE color: 7931968.

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

Color convert

RGB 64 8 121 -
CMYK 0.47 0.93 0 0.53
HSL 269.73º 0.88% 0.25% -
HSV(B) 269.73º 0.93% 0.47% -
XYZ 5.65 2.64 18.3 -
YUV 37.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 64 8 121 0.47 0.93 0 0.53 269.73 0.88 0.25
Hex 40 8 79 2F 5D 0 35 10E 58 19
Octal 100 10 171 57 135 0 65 416 130 31
Binary 1000000 1000 1111001 101111 1011101 0 110101 100001110 1011000 11001

Color Harmonies of #400879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400879

Black with #400879

Text Example


Text Example

White with #400879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400879; }

 p { color: rgb(64,8,121); }

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

background-color css

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

 a { background-color: rgb(64,8,121); }

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

border-color css

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

 span { border-color: rgb(64,8,121); }

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