Html Css Color HEX #4A0772 Indigo

📋 copy color: '#4A0772'

red 74 ◦ green 7 ◦ blue 114

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

Shades of Indigo #4A0772

Tints of Indigo #4A0772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

 BLUE value IS 114 (44.92% from 255) = 58.46%

R = 37.95%
G = 3.59%
B = 58.46%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A0772 (or 0x4A0772) is known color: Indigo. HEX triplet: 4A, 07 and 72. RGB value is (74,7,114). Sum of RGB (Red+Green+Blue) = 74+7+114=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A0772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0772 is #B5F88D. Grayscale: #262626. Windows color (decimal): -11925646 or 7472970. OLE color: 7472970.

HSL color Cylindrical-coordinate representation of color #4A0772: hue angle of 277.57º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0772 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 7 114 -
CMYK 0.35 0.94 0 0.55
HSL 277.57º 0.88% 0.24% -
HSV(B) 277.57º 0.94% 0.45% -
XYZ 5.94 2.82 16.15 -
YUV 39.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 74 7 114 0.35 0.94 0 0.55 277.57 0.88 0.24
Hex 4A 7 72 23 5E 0 37 116 58 18
Octal 112 7 162 43 136 0 67 426 130 30
Binary 1001010 111 1110010 100011 1011110 0 110111 100010110 1011000 11000

Color Harmonies of #4A0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0772

Black with #4A0772

Text Example


Text Example

White with #4A0772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,7,114); }

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

background-color css

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

 a { background-color: rgb(74,7,114); }

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

border-color css

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

 span { border-color: rgb(74,7,114); }

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