Html Css Color HEX #400372 Indigo

📋 copy color: '#400372'

red 64 ◦ green 3 ◦ blue 114

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

Shades of Indigo #400372

Tints of Indigo #400372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

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

R = 35.36%
G = 1.66%
B = 62.98%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400372 (or 0x400372) is known color: Indigo. HEX triplet: 40, 03 and 72. RGB value is (64,3,114). Sum of RGB (Red+Green+Blue) = 64+3+114=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #400372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400372 is #BFFC8D. Grayscale: #212121. Windows color (decimal): -12582030 or 7471936. OLE color: 7471936.

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

Color convert

RGB 64 3 114 -
CMYK 0.44 0.97 0 0.55
HSL 272.97º 0.95% 0.23% -
HSV(B) 272.97º 0.97% 0.45% -
XYZ 5.18 2.37 16.1 -
YUV 33.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 64 3 114 0.44 0.97 0 0.55 272.97 0.95 0.23
Hex 40 3 72 2C 61 0 37 111 5F 17
Octal 100 3 162 54 141 0 67 421 137 27
Binary 1000000 11 1110010 101100 1100001 0 110111 100010001 1011111 10111

Color Harmonies of #400372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400372

Black with #400372

Text Example


Text Example

White with #400372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400372; }

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

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

background-color css

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

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

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

border-color css

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

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

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