Html Css Color HEX #400374 Indigo

📋 copy color: '#400374'

red 64 ◦ green 3 ◦ blue 116

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

Shades of Indigo #400374

Tints of Indigo #400374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.39%

R = 34.97%
G = 1.64%
B = 63.39%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400374 (or 0x400374) is known color: Indigo. HEX triplet: 40, 03 and 74. RGB value is (64,3,116). Sum of RGB (Red+Green+Blue) = 64+3+116=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #400374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400374 is #BFFC8B. Grayscale: #212121. Windows color (decimal): -12582028 or 7603008. OLE color: 7603008.

HSL color Cylindrical-coordinate representation of color #400374: hue angle of 272.39º 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 #400374 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 3 116 -
CMYK 0.45 0.97 0 0.55
HSL 272.39º 0.95% 0.23% -
HSV(B) 272.39º 0.97% 0.45% -
XYZ 5.3 2.42 16.71 -
YUV 34.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 64 3 116 0.45 0.97 0 0.55 272.39 0.95 0.23
Hex 40 3 74 2D 61 0 37 110 5F 17
Octal 100 3 164 55 141 0 67 420 137 27
Binary 1000000 11 1110100 101101 1100001 0 110111 100010000 1011111 10111

Color Harmonies of #400374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400374

Black with #400374

Text Example


Text Example

White with #400374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400374; }

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

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

background-color css

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

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

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

border-color css

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

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

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