Html Css Color HEX #4A1077 Indigo

📋 copy color: '#4A1077'

red 74 ◦ green 16 ◦ blue 119

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

Shades of Indigo #4A1077

Tints of Indigo #4A1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

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

R = 35.41%
G = 7.66%
B = 56.94%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A1077 (or 0x4A1077) is known color: Indigo. HEX triplet: 4A, 10 and 77. RGB value is (74,16,119). Sum of RGB (Red+Green+Blue) = 74+16+119=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A1077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1077 is #B5EF88. Grayscale: #2C2C2C. Windows color (decimal): -11923337 or 7802954. OLE color: 7802954.

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

Color convert

RGB 74 16 119 -
CMYK 0.38 0.87 0 0.53
HSL 273.79º 0.76% 0.26% -
HSV(B) 273.79º 0.87% 0.47% -
XYZ 6.34 3.16 17.73 -
YUV 45.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 74 16 119 0.38 0.87 0 0.53 273.79 0.76 0.26
Hex 4A 10 77 26 57 0 35 112 4C 1A
Octal 112 20 167 46 127 0 65 422 114 32
Binary 1001010 10000 1110111 100110 1010111 0 110101 100010010 1001100 11010

Color Harmonies of #4A1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1077

Black with #4A1077

Text Example


Text Example

White with #4A1077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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