Html Css Color HEX #4D0991 Indigo

📋 copy color: '#4D0991'

red 77 ◦ green 9 ◦ blue 145

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

Shades of Indigo #4D0991

Tints of Indigo #4D0991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.77%

R = 33.33%
G = 3.9%
B = 62.77%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D0991 (or 0x4D0991) is known color: Indigo. HEX triplet: 4D, 09 and 91. RGB value is (77,9,145). Sum of RGB (Red+Green+Blue) = 77+9+145=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D0991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0991 is #B2F66E. Grayscale: #2C2C2C. Windows color (decimal): -11728495 or 9505101. OLE color: 9505101.

HSL color Cylindrical-coordinate representation of color #4D0991: hue angle of 270º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0991 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 9 145 -
CMYK 0.47 0.94 0 0.43
HSL 270º 0.88% 0.3% -
HSV(B) 270º 0.94% 0.57% -
XYZ 8.27 3.82 27.09 -
YUV 44.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 77 9 145 0.47 0.94 0 0.43 270 0.88 0.3
Hex 4D 9 91 2F 5E 0 2B 10E 58 1E
Octal 115 11 221 57 136 0 53 416 130 36
Binary 1001101 1001 10010001 101111 1011110 0 101011 100001110 1011000 11110

Color Harmonies of #4D0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0991

Black with #4D0991

Text Example


Text Example

White with #4D0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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