#4C1091

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

Shades of Indigo #4C1091

Tints of Indigo #4C1091

Color information

#4C1091 (or 0x4C1091) is unknown color: approx Indigo. HEX triplet: 4C, 10 and 91. RGB value is (76,16,145). Sum of RGB (Red+Green+Blue) = 76+16+145=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C1091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1091 is #B3EF6E. Grayscale: #303030. Windows color (decimal): -11792239 or 9506892. OLE color: 9506892.

HSL color Cylindrical-coordinate representation of color #4C1091: hue angle of 267.91º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C1091 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7616145-
CMYK0.480.8900.43
HSL267.91º80.12%31.57%-
HSV(B)267.91º88.97%56.86%-
XYZ8.283.9527.11-
YUV48.65182.38147.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 145 (57.03% from 255) = 61.18%
R=32.07%
G=6.75%
B=61.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76161450.480.8900.43267.9180.1231.57
Hex4C1091305902B10c5020
Octal114202216013105341412040
Binary10011001000010010001110000101100101010111000011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,16,145); }

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

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

 a { background-color: rgb(76,16,145); }

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

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

 span { border-color: rgb(76,16,145); }

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