#4A1887

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

Shades of Indigo #4A1887

Tints of Indigo #4A1887

Color information

#4A1887 (or 0x4A1887) is unknown color: approx Indigo. HEX triplet: 4A, 18 and 87. RGB value is (74,24,135). Sum of RGB (Red+Green+Blue) = 74+24+135=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A1887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1887 is #B5E778. Grayscale: #333333. Windows color (decimal): -11921273 or 8853578. OLE color: 8853578.

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

Color convert

RGB7424135-
CMYK0.450.8200.47
HSL267.03º69.81%31.18%-
HSV(B)267.03º82.22%52.94%-
XYZ7.523.8623.27-
YUV51.6175.06143.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 24 (9.77% from 255) = 10.30%
BLUE value IS 135 (53.12% from 255) = 57.94%
R=31.76%
G=10.30%
B=57.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74241350.450.8200.47267.0369.8131.18
Hex4A18872D5202F10b461f
Octal112302075512205741310637
Binary1001010110001000011110110110100100101111100001011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,24,135); }

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

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

 a { background-color: rgb(74,24,135); }

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

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

 span { border-color: rgb(74,24,135); }

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