Html Css Color HEX #4D0984 Indigo

📋 copy color: '#4D0984'

red 77 ◦ green 9 ◦ blue 132

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

Shades of Indigo #4D0984

Tints of Indigo #4D0984

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

 BLUE value IS 132 (51.95% from 255) = 60.55%

R = 35.32%
G = 4.13%
B = 60.55%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D0984 (or 0x4D0984) is known color: Indigo. HEX triplet: 4D, 09 and 84. RGB value is (77,9,132). Sum of RGB (Red+Green+Blue) = 77+9+132=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D0984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0984 is #B2F67B. Grayscale: #2A2A2A. Windows color (decimal): -11728508 or 8653133. OLE color: 8653133.

HSL color Cylindrical-coordinate representation of color #4D0984: hue angle of 273.17º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0984 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 9 132 -
CMYK 0.42 0.93 0 0.48
HSL 273.17º 0.87% 0.28% -
HSV(B) 273.17º 0.93% 0.52% -
XYZ 7.32 3.44 22.11 -
YUV 43.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 77 9 132 0.42 0.93 0 0.48 273.17 0.87 0.28
Hex 4D 9 84 2A 5D 0 30 111 57 1C
Octal 115 11 204 52 135 0 60 421 127 34
Binary 1001101 1001 10000100 101010 1011101 0 110000 100010001 1010111 11100

Color Harmonies of #4D0984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0984

Black with #4D0984

Text Example


Text Example

White with #4D0984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,9,132); }

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

background-color css

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

 a { background-color: rgb(77,9,132); }

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

border-color css

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

 span { border-color: rgb(77,9,132); }

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