Html Css Color HEX #400472 Indigo

📋 copy color: '#400472'

red 64 ◦ green 4 ◦ blue 114

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

Shades of Indigo #400472

Tints of Indigo #400472

RGB

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

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

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

R = 35.16%
G = 2.2%
B = 62.64%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400472 (or 0x400472) is known color: Indigo. HEX triplet: 40, 04 and 72. RGB value is (64,4,114). Sum of RGB (Red+Green+Blue) = 64+4+114=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #400472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400472 is #BFFB8D. Grayscale: #222222. Windows color (decimal): -12581774 or 7472192. OLE color: 7472192.

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

Color convert

RGB 64 4 114 -
CMYK 0.44 0.96 0 0.55
HSL 272.73º 0.93% 0.23% -
HSV(B) 272.73º 0.96% 0.45% -
XYZ 5.2 2.39 16.11 -
YUV 34.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 64 4 114 0.44 0.96 0 0.55 272.73 0.93 0.23
Hex 40 4 72 2C 60 0 37 111 5D 17
Octal 100 4 162 54 140 0 67 421 135 27
Binary 1000000 100 1110010 101100 1100000 0 110111 100010001 1011101 10111

Color Harmonies of #400472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400472

Black with #400472

Text Example


Text Example

White with #400472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400472; }

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

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

background-color css

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

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

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

border-color css

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

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

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