#4B1687

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

Shades of Indigo #4B1687

Tints of Indigo #4B1687

Color information

#4B1687 (or 0x4B1687) is unknown color: approx Indigo. HEX triplet: 4B, 16 and 87. RGB value is (75,22,135). Sum of RGB (Red+Green+Blue) = 75+22+135=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B1687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1687 is #B4E978. Grayscale: #323232. Windows color (decimal): -11856249 or 8853067. OLE color: 8853067.

HSL color Cylindrical-coordinate representation of color #4B1687: hue angle of 268.14º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1687 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7522135-
CMYK0.440.8400.47
HSL268.14º71.97%30.78%-
HSV(B)268.14º83.7%52.94%-
XYZ7.563.8223.26-
YUV50.73175.56145.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 135 (53.12% from 255) = 58.19%
R=32.33%
G=9.48%
B=58.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75221350.440.8400.47268.1471.9730.78
Hex4B16872C5402F10c481f
Octal113262075412405741411037
Binary1001011101101000011110110010101000101111100001100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,22,135); }

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

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

 a { background-color: rgb(75,22,135); }

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

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

 span { border-color: rgb(75,22,135); }

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