#4D198A

Color #4D198A Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4D198A

Tints of Indigo #4D198A

Color information

#4D198A (or 0x4D198A) is unknown color: approx 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

RGB7725138-
CMYK0.440.8200.46
HSL267.61º69.33%31.96%-
HSV(B)267.61º81.88%54.12%-
XYZ84.1124.42-
YUV53.43175.73144.81-

RGB Variations

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

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.30% from 255) = 57.5%
R=32.08%
G=10.42%
B=57.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77251380.440.8200.46267.6169.3331.96
Hex4D198A2C5202E10c4520
Octal115312125412205641410540
Binary10011011100110001010101100101001001011101000011001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>