#4C018D

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

Shades of Indigo #4C018D

Tints of Indigo #4C018D

Color information

#4C018D (or 0x4C018D) is unknown color: approx Indigo. HEX triplet: 4C, 01 and 8D. RGB value is (76,1,141). Sum of RGB (Red+Green+Blue) = 76+1+141=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C018D is #B3FE72. Grayscale: #262626. Windows color (decimal): -11796083 or 9240908. OLE color: 9240908.

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

Color convert

RGB761141-
CMYK0.460.9900.45
HSL272.14º98.59%27.84%-
HSV(B)272.14º99.29%55.29%-
XYZ7.83.4825.46-
YUV39.39185.35154.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 141 (55.47% from 255) = 64.68%
R=34.86%
G=0.46%
B=64.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7611410.460.9900.45272.1498.5927.84
Hex4C18D2E6302D110631c
Octal11412155614305542014334
Binary100110011000110110111011000110101101100010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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