Html Css Color HEX #4A0377 Indigo

📋 copy color: '#4A0377'

red 74 ◦ green 3 ◦ blue 119

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

Shades of Indigo #4A0377

Tints of Indigo #4A0377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 37.76%
G = 1.53%
B = 60.71%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A0377 (or 0x4A0377) is known color: Indigo. HEX triplet: 4A, 03 and 77. RGB value is (74,3,119). Sum of RGB (Red+Green+Blue) = 74+3+119=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0377 is #B5FC88. Grayscale: #252525. Windows color (decimal): -11926665 or 7799626. OLE color: 7799626.

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

Color convert

RGB 74 3 119 -
CMYK 0.38 0.97 0 0.53
HSL 276.72º 0.95% 0.24% -
HSV(B) 276.72º 0.97% 0.47% -
XYZ 6.19 2.85 17.68 -
YUV 37.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 74 3 119 0.38 0.97 0 0.53 276.72 0.95 0.24
Hex 4A 3 77 26 61 0 35 115 5F 18
Octal 112 3 167 46 141 0 65 425 137 30
Binary 1001010 11 1110111 100110 1100001 0 110101 100010101 1011111 11000

Color Harmonies of #4A0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0377

Black with #4A0377

Text Example


Text Example

White with #4A0377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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