#4C086B

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

Shades of Indigo #4C086B

Tints of Indigo #4C086B

Color information

#4C086B (or 0x4C086B) is unknown color: approx Indigo. HEX triplet: 4C, 08 and 6B. RGB value is (76,8,107). Sum of RGB (Red+Green+Blue) = 76+8+107=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C086B is #B3F794. Grayscale: #272727. Windows color (decimal): -11794325 or 7014476. OLE color: 7014476.

HSL color Cylindrical-coordinate representation of color #4C086B: hue angle of 281.21º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C086B is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB768107-
CMYK0.290.9300.58
HSL281.21º86.09%22.55%-
HSV(B)281.21º92.52%41.96%-
XYZ5.722.7714.14-
YUV39.62166.03153.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 107 (42.19% from 255) = 56.02%
R=39.79%
G=4.19%
B=56.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7681070.290.9300.58281.2186.0922.55
Hex4C86B1D5D03A1195617
Octal114101533513507243112627
Binary1001100100011010111110110111010111010100011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,8,107); }

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

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

 a { background-color: rgb(76,8,107); }

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

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

 span { border-color: rgb(76,8,107); }

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