Html Css Color HEX #400772 Indigo

📋 copy color: '#400772'

red 64 ◦ green 7 ◦ blue 114

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

Shades of Indigo #400772

Tints of Indigo #400772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

 BLUE value IS 114 (44.92% from 255) = 61.62%

R = 34.59%
G = 3.78%
B = 61.62%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400772 (or 0x400772) is known color: Indigo. HEX triplet: 40, 07 and 72. RGB value is (64,7,114). Sum of RGB (Red+Green+Blue) = 64+7+114=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #400772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400772 is #BFF88D. Grayscale: #232323. Windows color (decimal): -12581006 or 7472960. OLE color: 7472960.

HSL color Cylindrical-coordinate representation of color #400772: hue angle of 271.96º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400772 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 7 114 -
CMYK 0.44 0.94 0 0.55
HSL 271.96º 0.88% 0.24% -
HSV(B) 271.96º 0.94% 0.45% -
XYZ 5.23 2.46 16.12 -
YUV 36.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 64 7 114 0.44 0.94 0 0.55 271.96 0.88 0.24
Hex 40 7 72 2C 5E 0 37 110 58 18
Octal 100 7 162 54 136 0 67 420 130 30
Binary 1000000 111 1110010 101100 1011110 0 110111 100010000 1011000 11000

Color Harmonies of #400772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400772

Black with #400772

Text Example


Text Example

White with #400772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400772; }

 p { color: rgb(64,7,114); }

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

background-color css

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

 a { background-color: rgb(64,7,114); }

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

border-color css

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

 span { border-color: rgb(64,7,114); }

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