Html Css Color HEX #4D198E Indigo

📋 copy color: '#4D198E'

red 77 ◦ green 25 ◦ blue 142

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

Shades of Indigo #4D198E

Tints of Indigo #4D198E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.2%

R = 31.56%
G = 10.25%
B = 58.2%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D198E (or 0x4D198E) is known color: Indigo. HEX triplet: 4D, 19 and 8E. RGB value is (77,25,142). Sum of RGB (Red+Green+Blue) = 77+25+142=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D198E is #B2E671. Grayscale: #353535. Windows color (decimal): -11724402 or 9312589. OLE color: 9312589.

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

Color convert

RGB 77 25 142 -
CMYK 0.46 0.82 0 0.44
HSL 266.67º 0.7% 0.33% -
HSV(B) 266.67º 0.82% 0.56% -
XYZ 8.29 4.23 25.97 -
YUV 53.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 77 25 142 0.46 0.82 0 0.44 266.67 0.7 0.33
Hex 4D 19 8E 2E 52 0 2C 10B 46 21
Octal 115 31 216 56 122 0 54 413 106 41
Binary 1001101 11001 10001110 101110 1010010 0 101100 100001011 1000110 100001

Color Harmonies of #4D198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D198E

Black with #4D198E

Text Example


Text Example

White with #4D198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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