Html Css Color HEX #4A0080 Indigo

📋 copy color: '#4A0080'

red 74 ◦ green 0 ◦ blue 128

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

Shades of Indigo #4A0080

Tints of Indigo #4A0080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 63.37%

R = 36.63%
G = 0%
B = 63.37%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A0080 (or 0x4A0080) is known color: Indigo. HEX triplet: 4A, 00 and 80. RGB value is (74,0,128). Sum of RGB (Red+Green+Blue) = 74+0+128=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A0080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0080 is #B5FF7F. Grayscale: #242424. Windows color (decimal): -11927424 or 8388682. OLE color: 8388682.

HSL color Cylindrical-coordinate representation of color #4A0080: hue angle of 274.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A0080 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 0 128 -
CMYK 0.42 1 0 0.50
HSL 274.69º 1% 0.25% -
HSV(B) 274.69º 1% 0.5% -
XYZ 6.72 3.01 20.65 -
YUV 36.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 74 0 128 0.42 1 0 0.50 274.69 1 0.25
Hex 4A 0 80 2A 64 0 32 113 64 19
Octal 112 0 200 52 144 0 62 423 144 31
Binary 1001010 0 10000000 101010 1100100 0 110010 100010011 1100100 11001

Color Harmonies of #4A0080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0080

Black with #4A0080

Text Example


Text Example

White with #4A0080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,0,128); }

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

background-color css

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

 a { background-color: rgb(74,0,128); }

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

border-color css

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

 span { border-color: rgb(74,0,128); }

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