#4C189F

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

Shades of Indigo #4C189F

Tints of Indigo #4C189F

Color information

#4C189F (or 0x4C189F) is unknown color: approx Indigo. HEX triplet: 4C, 18 and 9F. RGB value is (76,24,159). Sum of RGB (Red+Green+Blue) = 76+24+159=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C189F is #B3E760. Grayscale: #363636. Windows color (decimal): -11790177 or 10426444. OLE color: 10426444.

HSL color Cylindrical-coordinate representation of color #4C189F: hue angle of 263.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C189F is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7624159-
CMYK0.520.8500.38
HSL263.11º73.77%35.88%-
HSV(B)263.11º84.91%62.35%-
XYZ9.574.6933.2-
YUV54.94186.73143.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.34%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=29.34%
G=9.27%
B=61.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76241590.520.8500.38263.1173.7735.88
Hex4C189F34550261074a24
Octal114302376412504640711244
Binary10011001100010011111110100101010101001101000001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C189F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,24,159); }

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

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

 a { background-color: rgb(76,24,159); }

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

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

 span { border-color: rgb(76,24,159); }

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