#4C108D

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

Shades of Indigo #4C108D

Tints of Indigo #4C108D

Color information

#4C108D (or 0x4C108D) is unknown color: approx Indigo. HEX triplet: 4C, 10 and 8D. RGB value is (76,16,141). Sum of RGB (Red+Green+Blue) = 76+16+141=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C108D is #B3EF72. Grayscale: #2F2F2F. Windows color (decimal): -11792243 or 9244748. OLE color: 9244748.

HSL color Cylindrical-coordinate representation of color #4C108D: hue angle of 268.8º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C108D is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7616141-
CMYK0.460.8900.45
HSL268.8º79.62%30.78%-
HSV(B)268.8º88.65%55.29%-
XYZ7.973.8325.52-
YUV48.19180.38147.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=32.62%
G=6.87%
B=60.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76161410.460.8900.45268.879.6230.78
Hex4C108D2E5902D10d501f
Octal114202155613105541512037
Binary1001100100001000110110111010110010101101100001101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,16,141); }

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

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

 a { background-color: rgb(76,16,141); }

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

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

 span { border-color: rgb(76,16,141); }

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