Html Css Color HEX #4A1177 Indigo

📋 copy color: '#4A1177'

red 74 ◦ green 17 ◦ blue 119

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

Shades of Indigo #4A1177

Tints of Indigo #4A1177

RGB

 RED value IS 74 (29.3% from 255) = 35.24%

 GREEN value IS 17 (7.03% from 255) = 8.1%

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

R = 35.24%
G = 8.1%
B = 56.67%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A1177 (or 0x4A1177) is known color: Indigo. HEX triplet: 4A, 11 and 77. RGB value is (74,17,119). Sum of RGB (Red+Green+Blue) = 74+17+119=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A1177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1177 is #B5EE88. Grayscale: #2D2D2D. Windows color (decimal): -11923081 or 7803210. OLE color: 7803210.

HSL color Cylindrical-coordinate representation of color #4A1177: hue angle of 273.53º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1177 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 17 119 -
CMYK 0.38 0.86 0 0.53
HSL 273.53º 0.75% 0.27% -
HSV(B) 273.53º 0.86% 0.47% -
XYZ 6.35 3.19 17.73 -
YUV 45.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 74 17 119 0.38 0.86 0 0.53 273.53 0.75 0.27
Hex 4A 11 77 26 56 0 35 112 4B 1B
Octal 112 21 167 46 126 0 65 422 113 33
Binary 1001010 10001 1110111 100110 1010110 0 110101 100010010 1001011 11011

Color Harmonies of #4A1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1177

Black with #4A1177

Text Example


Text Example

White with #4A1177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1177; }

 p { color: rgb(74,17,119); }

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

background-color css

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

 a { background-color: rgb(74,17,119); }

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

border-color css

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

 span { border-color: rgb(74,17,119); }

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