Html Css Color HEX #4D0992 Indigo

📋 copy color: '#4D0992'

red 77 ◦ green 9 ◦ blue 146

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

Shades of Indigo #4D0992

Tints of Indigo #4D0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.93%

R = 33.19%
G = 3.88%
B = 62.93%

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

#4D0992 (or 0x4D0992) is known color: Indigo. HEX triplet: 4D, 09 and 92. RGB value is (77,9,146). Sum of RGB (Red+Green+Blue) = 77+9+146=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D0992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0992 is #B2F66D. Grayscale: #2C2C2C. Windows color (decimal): -11728494 or 9570637. OLE color: 9570637.

HSL color Cylindrical-coordinate representation of color #4D0992: hue angle of 269.78º 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 #4D0992 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 9 146 -
CMYK 0.47 0.94 0 0.43
HSL 269.78º 0.88% 0.3% -
HSV(B) 269.78º 0.94% 0.57% -
XYZ 8.35 3.85 27.5 -
YUV 44.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 77 9 146 0.47 0.94 0 0.43 269.78 0.88 0.3
Hex 4D 9 92 2F 5E 0 2B 10E 58 1E
Octal 115 11 222 57 136 0 53 416 130 36
Binary 1001101 1001 10010010 101111 1011110 0 101011 100001110 1011000 11110

Color Harmonies of #4D0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0992

Black with #4D0992

Text Example


Text Example

White with #4D0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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