#4A1284

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

Shades of Indigo #4A1284

Tints of Indigo #4A1284

Color information

#4A1284 (or 0x4A1284) is unknown color: approx Indigo. HEX triplet: 4A, 12 and 84. RGB value is (74,18,132). Sum of RGB (Red+Green+Blue) = 74+18+132=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A1284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1284 is #B5ED7B. Grayscale: #2F2F2F. Windows color (decimal): -11922812 or 8655434. OLE color: 8655434.

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

Color convert

RGB7418132-
CMYK0.440.8600.48
HSL269.47º76%29.41%-
HSV(B)269.47º86.36%51.76%-
XYZ7.213.5522.14-
YUV47.74175.55146.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 132 (51.95% from 255) = 58.93%
R=33.04%
G=8.04%
B=58.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74181320.440.8600.48269.477629.41
Hex4A12842C5603010d4c1d
Octal112222045412606041511435
Binary1001010100101000010010110010101100110000100001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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