#4A1884

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

Shades of Indigo #4A1884

Tints of Indigo #4A1884

Color information

#4A1884 (or 0x4A1884) is unknown color: approx Indigo. HEX triplet: 4A, 18 and 84. RGB value is (74,24,132). Sum of RGB (Red+Green+Blue) = 74+24+132=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A1884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1884 is #B5E77B. Grayscale: #323232. Windows color (decimal): -11921276 or 8656970. OLE color: 8656970.

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

Color convert

RGB7424132-
CMYK0.440.8200.48
HSL267.78º69.23%30.59%-
HSV(B)267.78º81.82%51.76%-
XYZ7.323.7822.17-
YUV51.26173.56144.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=32.17%
G=10.43%
B=57.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74241320.440.8200.48267.7869.2330.59
Hex4A18842C5203010c451f
Octal112302045412206041410537
Binary1001010110001000010010110010100100110000100001100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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