#4B1185

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

Shades of Indigo #4B1185

Tints of Indigo #4B1185

Color information

#4B1185 (or 0x4B1185) is unknown color: approx Indigo. HEX triplet: 4B, 11 and 85. RGB value is (75,17,133). Sum of RGB (Red+Green+Blue) = 75+17+133=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 17 (7.03% from 255 or 7.56% 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 #4B1185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1185 is #B4EE7A. Grayscale: #2F2F2F. Windows color (decimal): -11857531 or 8720715. OLE color: 8720715.

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

Color convert

RGB7517133-
CMYK0.440.8700.48
HSL270º77.33%29.41%-
HSV(B)270º87.22%52.16%-
XYZ7.343.5922.5-
YUV47.57176.22147.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=33.33%
G=7.56%
B=59.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75171330.440.8700.4827077.3329.41
Hex4B11852C5703010e4d1d
Octal113212055412706041611535
Binary1001011100011000010110110010101110110000100001110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,17,133); }

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

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

 a { background-color: rgb(75,17,133); }

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

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

 span { border-color: rgb(75,17,133); }

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