#4c0d8f

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

Shades of Indigo #4C0D8F

Tints of Indigo #4C0D8F

Color information

#4C0D8F (or 0x4C0D8F) is unknown color: approx Indigo. HEX triplet: 4C, 0D and 8F. RGB value is (76,13,143). Sum of RGB (Red+Green+Blue) = 76+13+143=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C0D8F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0D8F is #B3F270. Grayscale: #2E2E2E. Windows color (decimal): -11793009 or 9375052. OLE color: 9375052.

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

Color convert

RGB7613143-
CMYK0.470.9100.44
HSL269.08º83.33%30.59%-
HSV(B)269.08º90.91%56.08%-
XYZ8.083.8126.3-
YUV46.66182.37148.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.76%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 143 (56.25% from 255) = 61.64%
R=32.76%
G=5.60%
B=61.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76131430.470.9100.44269.0883.3330.59
Hex4CD8F2F5B02C10d531f
Octal114152175713305441512337
Binary100110011011000111110111110110110101100100001101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c0d8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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