#4C198A

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

Shades of Indigo #4C198A

Tints of Indigo #4C198A

Color information

#4C198A (or 0x4C198A) is unknown color: approx Indigo. HEX triplet: 4C, 19 and 8A. RGB value is (76,25,138). Sum of RGB (Red+Green+Blue) = 76+25+138=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C198A is #B3E675. Grayscale: #343434. Windows color (decimal): -11789942 or 9050444. OLE color: 9050444.

HSL color Cylindrical-coordinate representation of color #4C198A: hue angle of 267.08º 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 #4C198A is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7625138-
CMYK0.450.8200.46
HSL267.08º69.33%31.96%-
HSV(B)267.08º81.88%54.12%-
XYZ7.924.0724.41-
YUV53.13175.9144.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=31.80%
G=10.46%
B=57.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76251380.450.8200.46267.0869.3331.96
Hex4C198A2D5202E10b4520
Octal114312125512205641310540
Binary10011001100110001010101101101001001011101000010111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C198A;
 }
 .AnyTagClassName
 {
   color: #4C198A;
 }
</style>
background-color css

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

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

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

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

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

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