Html Css Color HEX #4D198A Indigo

📋 copy color: '#4D198A'

red 77 ◦ green 25 ◦ blue 138

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

Shades of Indigo #4D198A

Tints of Indigo #4D198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.5%

R = 32.08%
G = 10.42%
B = 57.5%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D198A (or 0x4D198A) is known color: Indigo. HEX triplet: 4D, 19 and 8A. RGB value is (77,25,138). Sum of RGB (Red+Green+Blue) = 77+25+138=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D198A is #B2E675. Grayscale: #353535. Windows color (decimal): -11724406 or 9050445. OLE color: 9050445.

HSL color Cylindrical-coordinate representation of color #4D198A: hue angle of 267.61º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D198A is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 25 138 -
CMYK 0.44 0.82 0 0.46
HSL 267.61º 0.69% 0.32% -
HSV(B) 267.61º 0.82% 0.54% -
XYZ 8 4.11 24.42 -
YUV 53.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 77 25 138 0.44 0.82 0 0.46 267.61 0.69 0.32
Hex 4D 19 8A 2C 52 0 2E 10C 45 20
Octal 115 31 212 54 122 0 56 414 105 40
Binary 1001101 11001 10001010 101100 1010010 0 101110 100001100 1000101 100000

Color Harmonies of #4D198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D198A

Black with #4D198A

Text Example


Text Example

White with #4D198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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