Html Css Color HEX #4D047A Indigo

📋 copy color: '#4D047A'

red 77 ◦ green 4 ◦ blue 122

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

Shades of Indigo #4D047A

Tints of Indigo #4D047A

RGB

 RED value IS 77 (30.47% from 255) = 37.93%

 GREEN value IS 4 (1.95% from 255) = 1.97%

 BLUE value IS 122 (48.05% from 255) = 60.1%

R = 37.93%
G = 1.97%
B = 60.1%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D047A (or 0x4D047A) is known color: Indigo. HEX triplet: 4D, 04 and 7A. RGB value is (77,4,122). Sum of RGB (Red+Green+Blue) = 77+4+122=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D047A is #B2FB85. Grayscale: #262626. Windows color (decimal): -11729798 or 7996493. OLE color: 7996493.

HSL color Cylindrical-coordinate representation of color #4D047A: hue angle of 277.12º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D047A is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 4 122 -
CMYK 0.37 0.97 0 0.52
HSL 277.12º 0.94% 0.25% -
HSV(B) 277.12º 0.97% 0.48% -
XYZ 6.62 3.07 18.66 -
YUV 39.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 77 4 122 0.37 0.97 0 0.52 277.12 0.94 0.25
Hex 4D 4 7A 25 61 0 34 115 5E 19
Octal 115 4 172 45 141 0 64 425 136 31
Binary 1001101 100 1111010 100101 1100001 0 110100 100010101 1011110 11001

Color Harmonies of #4D047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D047A

Black with #4D047A

Text Example


Text Example

White with #4D047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,122); }

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

background-color css

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

 a { background-color: rgb(77,4,122); }

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

border-color css

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

 span { border-color: rgb(77,4,122); }

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