#4D1284

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

Shades of Indigo #4D1284

Tints of Indigo #4D1284

Color information

#4D1284 (or 0x4D1284) is unknown color: approx Indigo. HEX triplet: 4D, 12 and 84. RGB value is (77,18,132). Sum of RGB (Red+Green+Blue) = 77+18+132=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D1284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1284 is #B2ED7B. Grayscale: #303030. Windows color (decimal): -11726204 or 8655437. OLE color: 8655437.

HSL color Cylindrical-coordinate representation of color #4D1284: hue angle of 271.05º 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 #4D1284 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7718132-
CMYK0.420.8600.48
HSL271.05º76%29.41%-
HSV(B)271.05º86.36%51.76%-
XYZ7.443.6822.15-
YUV48.64175.05148.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.92%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=33.92%
G=7.93%
B=58.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77181320.420.8600.48271.057629.41
Hex4D12842A5603010f4c1d
Octal115222045212606041711435
Binary1001101100101000010010101010101100110000100001111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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