#4C008D

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

Shades of Indigo #4C008D

Tints of Indigo #4C008D

Color information

#4C008D (or 0x4C008D) is unknown color: approx Indigo. HEX triplet: 4C, 00 and 8D. RGB value is (76,0,141). Sum of RGB (Red+Green+Blue) = 76+0+141=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C008D is #B3FF72. Grayscale: #262626. Windows color (decimal): -11796339 or 9240652. OLE color: 9240652.

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

Color convert

RGB760141-
CMYK0.46100.45
HSL272.34º100%27.65%-
HSV(B)272.34º100%55.29%-
XYZ7.793.4625.46-
YUV38.8185.68154.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 64.98%
R=35.02%
G=0%
B=64.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7601410.46100.45272.3410027.65
Hex4C08D2E6402D110641c
Octal11402155614405542014434
Binary100110001000110110111011001000101101100010000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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