#4B1170

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

Shades of Indigo #4B1170

Tints of Indigo #4B1170

Color information

#4B1170 (or 0x4B1170) is unknown color: approx Indigo. HEX triplet: 4B, 11 and 70. RGB value is (75,17,112). Sum of RGB (Red+Green+Blue) = 75+17+112=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B1170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1170 is #B4EE8F. Grayscale: #2C2C2C. Windows color (decimal): -11857552 or 7344459. OLE color: 7344459.

HSL color Cylindrical-coordinate representation of color #4B1170: hue angle of 276.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1170 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7517112-
CMYK0.330.8500.56
HSL276.63º73.64%25.29%-
HSV(B)276.63º84.82%43.92%-
XYZ6.033.0715.6-
YUV45.17165.72149.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.76%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 112 (44.14% from 255) = 54.90%
R=36.76%
G=8.33%
B=54.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75171120.330.8500.56276.6373.6425.29
Hex4B117021550381154a19
Octal113211604112507042511231
Binary100101110001111000010000110101010111000100010101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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