Html Css Color HEX #4D1984 Indigo

📋 copy color: '#4D1984'

red 77 ◦ green 25 ◦ blue 132

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

Shades of Indigo #4D1984

Tints of Indigo #4D1984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

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

R = 32.91%
G = 10.68%
B = 56.41%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D1984 (or 0x4D1984) is known color: Indigo. HEX triplet: 4D, 19 and 84. RGB value is (77,25,132). Sum of RGB (Red+Green+Blue) = 77+25+132=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D1984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1984 is #B2E67B. Grayscale: #343434. Windows color (decimal): -11724412 or 8657229. OLE color: 8657229.

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

Color convert

RGB 77 25 132 -
CMYK 0.42 0.81 0 0.48
HSL 269.16º 0.68% 0.31% -
HSV(B) 269.16º 0.81% 0.52% -
XYZ 7.57 3.94 22.19 -
YUV 52.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 77 25 132 0.42 0.81 0 0.48 269.16 0.68 0.31
Hex 4D 19 84 2A 51 0 30 10D 44 1F
Octal 115 31 204 52 121 0 60 415 104 37
Binary 1001101 11001 10000100 101010 1010001 0 110000 100001101 1000100 11111

Color Harmonies of #4D1984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1984

Black with #4D1984

Text Example


Text Example

White with #4D1984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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