Html Css Color HEX #400174 Indigo

📋 copy color: '#400174'

red 64 ◦ green 1 ◦ blue 116

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

Shades of Indigo #400174

Tints of Indigo #400174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 35.36%
G = 0.55%
B = 64.09%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400174 (or 0x400174) is known color: Indigo. HEX triplet: 40, 01 and 74. RGB value is (64,1,116). Sum of RGB (Red+Green+Blue) = 64+1+116=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #400174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400174 is #BFFE8B. Grayscale: #202020. Windows color (decimal): -12582540 or 7602496. OLE color: 7602496.

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

Color convert

RGB 64 1 116 -
CMYK 0.45 0.99 0 0.55
HSL 272.87º 0.98% 0.23% -
HSV(B) 272.87º 0.99% 0.45% -
XYZ 5.28 2.37 16.7 -
YUV 32.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 64 1 116 0.45 0.99 0 0.55 272.87 0.98 0.23
Hex 40 1 74 2D 63 0 37 111 62 17
Octal 100 1 164 55 143 0 67 421 142 27
Binary 1000000 1 1110100 101101 1100011 0 110111 100010001 1100010 10111

Color Harmonies of #400174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400174

Black with #400174

Text Example


Text Example

White with #400174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400174; }

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

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

background-color css

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

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

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

border-color css

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

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

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