#4C108F

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

Shades of Indigo #4C108F

Tints of Indigo #4C108F

Color information

#4C108F (or 0x4C108F) is unknown color: approx Indigo. HEX triplet: 4C, 10 and 8F. RGB value is (76,16,143). Sum of RGB (Red+Green+Blue) = 76+16+143=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C108F is #B3EF70. Grayscale: #2F2F2F. Windows color (decimal): -11792241 or 9375820. OLE color: 9375820.

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

Color convert

RGB7616143-
CMYK0.470.8900.44
HSL268.35º79.87%31.18%-
HSV(B)268.35º88.81%56.08%-
XYZ8.123.8926.31-
YUV48.42181.38147.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 143 (56.25% from 255) = 60.85%
R=32.34%
G=6.81%
B=60.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76161430.470.8900.44268.3579.8731.18
Hex4C108F2F5902C10c501f
Octal114202175713105441412037
Binary1001100100001000111110111110110010101100100001100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C108F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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