Html Css Color HEX #400074 Indigo

📋 copy color: '#400074'

red 64 ◦ green 0 ◦ blue 116

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

Shades of Indigo #400074

Tints of Indigo #400074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.56%
G = 0%
B = 64.44%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400074 (or 0x400074) is known color: Indigo. HEX triplet: 40, 00 and 74. RGB value is (64,0,116). Sum of RGB (Red+Green+Blue) = 64+0+116=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #400074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400074 is #BFFF8B. Grayscale: #1F1F1F. Windows color (decimal): -12582796 or 7602240. OLE color: 7602240.

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

Color convert

RGB 64 0 116 -
CMYK 0.45 1 0 0.55
HSL 273.1º 1% 0.23% -
HSV(B) 273.1º 1% 0.45% -
XYZ 5.27 2.35 16.7 -
YUV 32.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 64 0 116 0.45 1 0 0.55 273.1 1 0.23
Hex 40 0 74 2D 64 0 37 111 64 17
Octal 100 0 164 55 144 0 67 421 144 27
Binary 1000000 0 1110100 101101 1100100 0 110111 100010001 1100100 10111

Color Harmonies of #400074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400074

Black with #400074

Text Example


Text Example

White with #400074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400074; }

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

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

background-color css

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

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

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

border-color css

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

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

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