#4B1178

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

Shades of Indigo #4B1178

Tints of Indigo #4B1178

Color information

#4B1178 (or 0x4B1178) is unknown color: approx Indigo. HEX triplet: 4B, 11 and 78. RGB value is (75,17,120). Sum of RGB (Red+Green+Blue) = 75+17+120=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B1178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1178 is #B4EE87. Grayscale: #2D2D2D. Windows color (decimal): -11857544 or 7868747. OLE color: 7868747.

HSL color Cylindrical-coordinate representation of color #4B1178: hue angle of 273.79º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B1178 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7517120-
CMYK0.370.8600.53
HSL273.79º75.18%26.86%-
HSV(B)273.79º85.83%47.06%-
XYZ6.493.2518.05-
YUV46.08169.72148.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.38%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=35.38%
G=8.02%
B=56.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75171200.370.8600.53273.7975.1826.86
Hex4B117825560351124b1b
Octal113211704512606542211333
Binary100101110001111100010010110101100110101100010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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