#4C1085

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

Shades of Indigo #4C1085

Tints of Indigo #4C1085

Color information

#4C1085 (or 0x4C1085) is unknown color: approx Indigo. HEX triplet: 4C, 10 and 85. RGB value is (76,16,133). Sum of RGB (Red+Green+Blue) = 76+16+133=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1085 is #B3EF7A. Grayscale: #2E2E2E. Windows color (decimal): -11792251 or 8720460. OLE color: 8720460.

HSL color Cylindrical-coordinate representation of color #4C1085: hue angle of 270.77º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C1085 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7616133-
CMYK0.430.8800.48
HSL270.77º78.52%29.22%-
HSV(B)270.77º87.97%52.16%-
XYZ7.43.622.5-
YUV47.28176.38148.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=33.78%
G=7.11%
B=59.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76161330.430.8800.48270.7778.5229.22
Hex4C10852B5803010f4f1d
Octal114202055313006041711735
Binary1001100100001000010110101110110000110000100001111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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