Html Css Color HEX #400177 Indigo

📋 copy color: '#400177'

red 64 ◦ green 1 ◦ blue 119

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

Shades of Indigo #400177

Tints of Indigo #400177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 64.67%

R = 34.78%
G = 0.54%
B = 64.67%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400177 (or 0x400177) is known color: Indigo. HEX triplet: 40, 01 and 77. RGB value is (64,1,119). Sum of RGB (Red+Green+Blue) = 64+1+119=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #400177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400177 is #BFFE88. Grayscale: #202020. Windows color (decimal): -12582537 or 7799104. OLE color: 7799104.

HSL color Cylindrical-coordinate representation of color #400177: hue angle of 272.03º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400177 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 1 119 -
CMYK 0.46 0.99 0 0.53
HSL 272.03º 0.98% 0.24% -
HSV(B) 272.03º 0.99% 0.47% -
XYZ 5.45 2.44 17.64 -
YUV 33.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 64 1 119 0.46 0.99 0 0.53 272.03 0.98 0.24
Hex 40 1 77 2E 63 0 35 110 62 18
Octal 100 1 167 56 143 0 65 420 142 30
Binary 1000000 1 1110111 101110 1100011 0 110101 100010000 1100010 11000

Color Harmonies of #400177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400177

Black with #400177

Text Example


Text Example

White with #400177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400177; }

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

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

background-color css

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

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

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

border-color css

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

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

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