Html Css Color HEX #4D067A Indigo

📋 copy color: '#4D067A'

red 77 ◦ green 6 ◦ blue 122

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

Shades of Indigo #4D067A

Tints of Indigo #4D067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

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

R = 37.56%
G = 2.93%
B = 59.51%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D067A (or 0x4D067A) is known color: Indigo. HEX triplet: 4D, 06 and 7A. RGB value is (77,6,122). Sum of RGB (Red+Green+Blue) = 77+6+122=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D067A is #B2F985. Grayscale: #282828. Windows color (decimal): -11729286 or 7997005. OLE color: 7997005.

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

Color convert

RGB 77 6 122 -
CMYK 0.37 0.95 0 0.52
HSL 276.72º 0.91% 0.25% -
HSV(B) 276.72º 0.95% 0.48% -
XYZ 6.64 3.11 18.66 -
YUV 40.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 77 6 122 0.37 0.95 0 0.52 276.72 0.91 0.25
Hex 4D 6 7A 25 5F 0 34 115 5B 19
Octal 115 6 172 45 137 0 64 425 133 31
Binary 1001101 110 1111010 100101 1011111 0 110100 100010101 1011011 11001

Color Harmonies of #4D067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D067A

Black with #4D067A

Text Example


Text Example

White with #4D067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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