#4C119C

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

Shades of Indigo #4C119C

Tints of Indigo #4C119C

Color information

#4C119C (or 0x4C119C) is unknown color: approx Indigo. HEX triplet: 4C, 11 and 9C. RGB value is (76,17,156). Sum of RGB (Red+Green+Blue) = 76+17+156=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C119C is #B3EE63. Grayscale: #313131. Windows color (decimal): -11791972 or 10228044. OLE color: 10228044.

HSL color Cylindrical-coordinate representation of color #4C119C: hue angle of 265.47º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C119C is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7617156-
CMYK0.510.8900.39
HSL265.47º80.35%33.92%-
HSV(B)265.47º89.1%61.18%-
XYZ9.184.3431.81-
YUV50.49187.55146.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.52%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=30.52%
G=6.83%
B=62.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76171560.510.8900.39265.4780.3533.92
Hex4C119C33590271095022
Octal114212346313104741112042
Binary10011001000110011100110011101100101001111000010011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,17,156); }

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

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

 a { background-color: rgb(76,17,156); }

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

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

 span { border-color: rgb(76,17,156); }

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