#4B1385

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

Shades of Indigo #4B1385

Tints of Indigo #4B1385

Color information

#4B1385 (or 0x4B1385) is unknown color: approx Indigo. HEX triplet: 4B, 13 and 85. RGB value is (75,19,133). Sum of RGB (Red+Green+Blue) = 75+19+133=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B1385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1385 is #B4EC7A. Grayscale: #303030. Windows color (decimal): -11857019 or 8721227. OLE color: 8721227.

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

Color convert

RGB7519133-
CMYK0.440.8600.48
HSL269.47º75%29.8%-
HSV(B)269.47º85.71%52.16%-
XYZ7.373.6622.51-
YUV48.74175.55146.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=33.04%
G=8.37%
B=58.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75191330.440.8600.48269.477529.8
Hex4B13852C5603010d4b1e
Octal113232055412606041511336
Binary1001011100111000010110110010101100110000100001101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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