#4C089B

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

Shades of Indigo #4C089B

Tints of Indigo #4C089B

Color information

#4C089B (or 0x4C089B) is unknown color: approx Indigo. HEX triplet: 4C, 08 and 9B. RGB value is (76,8,155). Sum of RGB (Red+Green+Blue) = 76+8+155=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C089B is #B3F764. Grayscale: #2C2C2C. Windows color (decimal): -11794277 or 10160204. OLE color: 10160204.

HSL color Cylindrical-coordinate representation of color #4C089B: hue angle of 267.76º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C089B is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB768155-
CMYK0.510.9500.39
HSL267.76º90.18%31.96%-
HSV(B)267.76º94.84%60.78%-
XYZ8.984.0831.32-
YUV45.09190.03150.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=31.80%
G=3.35%
B=64.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7681550.510.9500.39267.7690.1831.96
Hex4C89B335F02710c5a20
Octal114102336313704741413240
Binary1001100100010011011110011101111101001111000011001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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