Html Css Color HEX #4D0998 Indigo

📋 copy color: '#4D0998'

red 77 ◦ green 9 ◦ blue 152

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

Shades of Indigo #4D0998

Tints of Indigo #4D0998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.87%

R = 32.35%
G = 3.78%
B = 63.87%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D0998 (or 0x4D0998) is known color: Indigo. HEX triplet: 4D, 09 and 98. RGB value is (77,9,152). Sum of RGB (Red+Green+Blue) = 77+9+152=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D0998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0998 is #B2F667. Grayscale: #2D2D2D. Windows color (decimal): -11728488 or 9963853. OLE color: 9963853.

HSL color Cylindrical-coordinate representation of color #4D0998: hue angle of 268.53º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0998 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 9 152 -
CMYK 0.49 0.94 0 0.40
HSL 268.53º 0.89% 0.32% -
HSV(B) 268.53º 0.94% 0.6% -
XYZ 8.83 4.04 30.02 -
YUV 45.63 188.03 150.37 -
System Red Green Blue C M Y K H S L
Decimal 77 9 152 0.49 0.94 0 0.40 268.53 0.89 0.32
Hex 4D 9 98 31 5E 0 28 10D 59 20
Octal 115 11 230 61 136 0 50 415 131 40
Binary 1001101 1001 10011000 110001 1011110 0 101000 100001101 1011001 100000

Color Harmonies of #4D0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0998

Black with #4D0998

Text Example


Text Example

White with #4D0998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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